#B76E19

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

Shades of Pirate Gold #B76E19

Tints of Pirate Gold #B76E19

Color information

#B76E19 (or 0xB76E19) is unknown color: approx Pirate Gold. HEX triplet: B7, 6E and 19. RGB value is (183,110,25). Sum of RGB (Red+Green+Blue) = 183+110+25=318 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.55% from 318); Green value is 110 (43.36% from 255 or 34.59% from 318); Blue value is 25 (10.16% from 255 or 7.86% from 318); Max value from RGB is 183 - color contains mainly: red. Hex color #B76E19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76E19 is #4891E6. Grayscale: #7A7A7A. Windows color (decimal): -4755943 or 1666743. OLE color: 1666743.

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

Color convert

RGB18311025-
CMYK00.400.860.28
HSL32.28º75.96%40.78%-
HSV(B)32.28º86.34%71.76%-
XYZ25.2821.293.7-
YUV122.1473.18171.41-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 57.55%
GREEN value IS 110 (43.36% from 255) = 34.59%
BLUE value IS 25 (10.16% from 255) = 7.86%
R=57.55%
G=34.59%
B=7.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.86
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831102500.400.860.2832.2875.9640.78
HexB76E19028561C204c29
Octal26715631050126344011451
Binary1011011111011101100101010001010110111001000001001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76E19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76E19; }

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

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

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

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

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

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

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

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