#B76F18

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

Shades of Pirate Gold #B76F18

Tints of Pirate Gold #B76F18

Color information

#B76F18 (or 0xB76F18) is unknown color: approx Pirate Gold. HEX triplet: B7, 6F and 18. RGB value is (183,111,24). Sum of RGB (Red+Green+Blue) = 183+111+24=318 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.55% from 318); Green value is 111 (43.75% from 255 or 34.91% from 318); Blue value is 24 (9.77% from 255 or 7.55% from 318); Max value from RGB is 183 - color contains mainly: red. Hex color #B76F18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76F18 is #4890E7. Grayscale: #7B7B7B. Windows color (decimal): -4755688 or 1601463. OLE color: 1601463.

HSL color Cylindrical-coordinate representation of color #B76F18: hue angle of 32.83º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B76F18 is Cyan = 0, Magento = 0.39, Yellow = 0.87 and Black (K on CMYK) = 0.28.

Color convert

RGB18311124-
CMYK00.390.870.28
HSL32.83º76.81%40.59%-
HSV(B)32.83º86.89%71.76%-
XYZ25.3821.53.68-
YUV122.6172.35171.07-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 57.55%
GREEN value IS 111 (43.75% from 255) = 34.91%
BLUE value IS 24 (9.77% from 255) = 7.55%
R=57.55%
G=34.91%
B=7.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.87
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831112400.390.870.2832.8376.8140.59
HexB76F18027571C214d29
Octal26715730047127344111551
Binary1011011111011111100001001111010111111001000011001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76F18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76F18; }

 p { color: rgb(183,111,24); }

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

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

 a { background-color: rgb(183,111,24); }

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

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

 span { border-color: rgb(183,111,24); }

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