#B76E28

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

Shades of Pirate Gold #B76E28

Tints of Pirate Gold #B76E28

Color information

#B76E28 (or 0xB76E28) is unknown color: approx Pirate Gold. HEX triplet: B7, 6E and 28. RGB value is (183,110,40). Sum of RGB (Red+Green+Blue) = 183+110+40=333 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.95% from 333); Green value is 110 (43.36% from 255 or 33.03% from 333); Blue value is 40 (16.02% from 255 or 12.01% from 333); Max value from RGB is 183 - color contains mainly: red. Hex color #B76E28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76E28 is #4891D7. Grayscale: #7C7C7C. Windows color (decimal): -4755928 or 2649783. OLE color: 2649783.

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

Color convert

RGB18311040-
CMYK00.400.780.28
HSL29.37º64.13%43.73%-
HSV(B)29.37º78.14%71.76%-
XYZ25.4921.374.79-
YUV123.8580.68170.19-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 54.95%
GREEN value IS 110 (43.36% from 255) = 33.03%
BLUE value IS 40 (16.02% from 255) = 12.01%
R=54.95%
G=33.03%
B=12.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.78
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831104000.400.780.2829.3764.1343.73
HexB76E280284E1C1d402c
Octal26715650050116343510054
Binary1011011111011101010000101000100111011100111011000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76E28; }

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

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

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

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

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

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

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

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