#B87628

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

Shades of Pirate Gold #B87628

Tints of Pirate Gold #B87628

Color information

#B87628 (or 0xB87628) is unknown color: approx Pirate Gold. HEX triplet: B8, 76 and 28. RGB value is (184,118,40). Sum of RGB (Red+Green+Blue) = 184+118+40=342 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.80% from 342); Green value is 118 (46.48% from 255 or 34.50% from 342); Blue value is 40 (16.02% from 255 or 11.70% from 342); Max value from RGB is 184 - color contains mainly: red. Hex color #B87628 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87628 is #4789D7. Grayscale: #818181. Windows color (decimal): -4688344 or 2651832. OLE color: 2651832.

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

Color convert

RGB18411840-
CMYK00.360.780.28
HSL32.5º64.29%43.92%-
HSV(B)32.5º78.26%72.16%-
XYZ26.6323.35.1-
YUV128.8477.87167.34-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 53.80%
GREEN value IS 118 (46.48% from 255) = 34.50%
BLUE value IS 40 (16.02% from 255) = 11.70%
R=53.80%
G=34.50%
B=11.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.78
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841184000.360.780.2832.564.2943.92
HexB876280244E1C20402c
Octal27016650044116344010054
Binary10111000111011010100001001001001110111001000001000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87628; }

 p { color: rgb(184,118,40); }

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

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

 a { background-color: rgb(184,118,40); }

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

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

 span { border-color: rgb(184,118,40); }

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