#B87B29

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

Shades of Pirate Gold #B87B29

Tints of Pirate Gold #B87B29

Color information

#B87B29 (or 0xB87B29) is unknown color: approx Pirate Gold. HEX triplet: B8, 7B and 29. RGB value is (184,123,41). Sum of RGB (Red+Green+Blue) = 184+123+41=348 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.87% from 348); Green value is 123 (48.44% from 255 or 35.34% from 348); Blue value is 41 (16.41% from 255 or 11.78% from 348); Max value from RGB is 184 - color contains mainly: red. Hex color #B87B29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87B29 is #4784D6. Grayscale: #848484. Windows color (decimal): -4687063 or 2718648. OLE color: 2718648.

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

Color convert

RGB18412341-
CMYK00.330.780.28
HSL34.41º63.56%44.12%-
HSV(B)34.41º77.72%72.16%-
XYZ27.2524.525.39-
YUV131.8976.71165.17-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 52.87%
GREEN value IS 123 (48.44% from 255) = 35.34%
BLUE value IS 41 (16.41% from 255) = 11.78%
R=52.87%
G=35.34%
B=11.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.78
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841234100.330.780.2834.4163.5644.12
HexB87B290214E1C22402c
Octal27017351041116344210054
Binary10111000111101110100101000011001110111001000101000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87B29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87B29; }

 p { color: rgb(184,123,41); }

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

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

 a { background-color: rgb(184,123,41); }

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

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

 span { border-color: rgb(184,123,41); }

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