#B76E18

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

Shades of Pirate Gold #B76E18

Tints of Pirate Gold #B76E18

Color information

#B76E18 (or 0xB76E18) is unknown color: approx Pirate Gold. HEX triplet: B7, 6E and 18. RGB value is (183,110,24). Sum of RGB (Red+Green+Blue) = 183+110+24=317 (41% of max value = 765). Red value is 183 (71.88% from 255 or 57.73% from 317); Green value is 110 (43.36% from 255 or 34.70% from 317); Blue value is 24 (9.77% from 255 or 7.57% from 317); Max value from RGB is 183 - color contains mainly: red. Hex color #B76E18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76E18 is #4891E7. Grayscale: #7A7A7A. Windows color (decimal): -4755944 or 1601207. OLE color: 1601207.

HSL color Cylindrical-coordinate representation of color #B76E18: hue angle of 32.45º 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 #B76E18 is Cyan = 0, Magento = 0.40, Yellow = 0.87 and Black (K on CMYK) = 0.28.

Color convert

RGB18311024-
CMYK00.400.870.28
HSL32.45º76.81%40.59%-
HSV(B)32.45º86.89%71.76%-
XYZ25.2721.293.64-
YUV122.0272.68171.49-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 57.73%
GREEN value IS 110 (43.36% from 255) = 34.70%
BLUE value IS 24 (9.77% from 255) = 7.57%
R=57.73%
G=34.70%
B=7.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.87
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831102400.400.870.2832.4576.8140.59
HexB76E18028571C204d29
Octal26715630050127344011551
Binary1011011111011101100001010001010111111001000001001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76E18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76E18; }

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

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

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

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

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

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

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

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