#B77616

Color #B77616 Pirate Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pirate Gold #B77616

Tints of Pirate Gold #B77616

Color information

#B77616 (or 0xB77616) is unknown color: approx Pirate Gold. HEX triplet: B7, 76 and 16. RGB value is (183,118,22). Sum of RGB (Red+Green+Blue) = 183+118+22=323 (42% of max value = 765). Red value is 183 (71.88% from 255 or 56.66% from 323); Green value is 118 (46.48% from 255 or 36.53% from 323); Blue value is 22 (8.98% from 255 or 6.81% from 323); Max value from RGB is 183 - color contains mainly: red. Hex color #B77616 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B77616 is #4889E9. Grayscale: #7E7E7E. Windows color (decimal): -4753898 or 1472183. OLE color: 1472183.

HSL color Cylindrical-coordinate representation of color #B77616: hue angle of 35.78º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B77616 is Cyan = 0, Magento = 0.36, Yellow = 0.88 and Black (K on CMYK) = 0.28.

Color convert

RGB18311822-
CMYK00.360.880.28
HSL35.78º78.54%40.2%-
HSV(B)35.78º87.98%71.76%-
XYZ26.1523.083.84-
YUV126.4969.03168.31-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 183 (71.88% from 255) = 56.66%
GREEN value IS 118 (46.48% from 255) = 36.53%
BLUE value IS 22 (8.98% from 255) = 6.81%
R=56.66%
G=36.53%
B=6.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.88
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831182200.360.880.2835.7878.5440.2
HexB77616024581C244f28
Octal26716626044130344411750
Binary1011011111101101011001001001011000111001001001001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77616; }

 p { color: rgb(183,118,22); }

 H1.HeaderClassName
 {
   color: #B77616;
 }
 .AnyTagClassName
 {
   color: #B77616;
 }
</style>
background-color css

<style>
 a { background-color: #B77616; }

 a { background-color: rgb(183,118,22); }

 div.DivClassName
 {
   background-color: #B77616;
 }
 .BgClassName
 {
   background-color: #B77616;
 }
</style>
border-color css

<style>
 span { border-color: #B77616; }

 span { border-color: rgb(183,118,22); }

 td.TdClassName
 {
   border-color: #B77616;
 }
 .TagClassName
 {
   border-color: #B77616;
 }
</style>