#B87E22

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

Shades of Pirate Gold #B87E22

Tints of Pirate Gold #B87E22

Color information

#B87E22 (or 0xB87E22) is unknown color: approx Pirate Gold. HEX triplet: B8, 7E and 22. RGB value is (184,126,34). Sum of RGB (Red+Green+Blue) = 184+126+34=344 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.49% from 344); Green value is 126 (49.61% from 255 or 36.63% from 344); Blue value is 34 (13.67% from 255 or 9.88% from 344); Max value from RGB is 184 - color contains mainly: red. Hex color #B87E22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87E22 is #4781DD. Grayscale: #858585. Windows color (decimal): -4686302 or 2260664. OLE color: 2260664.

HSL color Cylindrical-coordinate representation of color #B87E22: hue angle of 36.8º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B87E22 is Cyan = 0, Magento = 0.32, Yellow = 0.82 and Black (K on CMYK) = 0.28.

Color convert

RGB18412634-
CMYK00.320.820.28
HSL36.8º68.81%42.75%-
HSV(B)36.8º81.52%72.16%-
XYZ27.5225.234.93-
YUV132.8572.22164.48-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 53.49%
GREEN value IS 126 (49.61% from 255) = 36.63%
BLUE value IS 34 (13.67% from 255) = 9.88%
R=53.49%
G=36.63%
B=9.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.82
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841263400.320.820.2836.868.8142.75
HexB87E22020521C25452b
Octal27017642040122344510553
Binary10111000111111010001001000001010010111001001011000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87E22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87E22; }

 p { color: rgb(184,126,34); }

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

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

 a { background-color: rgb(184,126,34); }

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

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

 span { border-color: rgb(184,126,34); }

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