#B76B12

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

Shades of Pirate Gold #B76B12

Tints of Pirate Gold #B76B12

Color information

#B76B12 (or 0xB76B12) is unknown color: approx Pirate Gold. HEX triplet: B7, 6B and 12. RGB value is (183,107,18). Sum of RGB (Red+Green+Blue) = 183+107+18=308 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.42% from 308); Green value is 107 (42.19% from 255 or 34.74% from 308); Blue value is 18 (7.42% from 255 or 5.84% from 308); Max value from RGB is 183 - color contains mainly: red. Hex color #B76B12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76B12 is #4894ED. Grayscale: #787878. Windows color (decimal): -4756718 or 1207223. OLE color: 1207223.

HSL color Cylindrical-coordinate representation of color #B76B12: hue angle of 32.36º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B76B12 is Cyan = 0, Magento = 0.42, Yellow = 0.90 and Black (K on CMYK) = 0.28.

Color convert

RGB18310718-
CMYK00.420.900.28
HSL32.36º82.09%39.41%-
HSV(B)32.36º90.16%71.76%-
XYZ24.920.633.24-
YUV119.5870.68173.24-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 59.42%
GREEN value IS 107 (42.19% from 255) = 34.74%
BLUE value IS 18 (7.42% from 255) = 5.84%
R=59.42%
G=34.74%
B=5.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.90
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831071800.420.900.2832.3682.0939.41
HexB76B1202A5A1C205227
Octal26715322052132344012247
Binary1011011111010111001001010101011010111001000001010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76B12; }

 p { color: rgb(183,107,18); }

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

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

 a { background-color: rgb(183,107,18); }

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

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

 span { border-color: rgb(183,107,18); }

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