#B87A1D

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

Shades of Pirate Gold #B87A1D

Tints of Pirate Gold #B87A1D

Color information

#B87A1D (or 0xB87A1D) is unknown color: approx Pirate Gold. HEX triplet: B8, 7A and 1D. RGB value is (184,122,29). Sum of RGB (Red+Green+Blue) = 184+122+29=335 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.93% from 335); Green value is 122 (48.05% from 255 or 36.42% from 335); Blue value is 29 (11.72% from 255 or 8.66% from 335); Max value from RGB is 184 - color contains mainly: red. Hex color #B87A1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87A1D is #4785E2. Grayscale: #828282. Windows color (decimal): -4687331 or 1931960. OLE color: 1931960.

HSL color Cylindrical-coordinate representation of color #B87A1D: hue angle of 36º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B87A1D is Cyan = 0, Magento = 0.34, Yellow = 0.84 and Black (K on CMYK) = 0.28.

Color convert

RGB18412229-
CMYK00.340.840.28
HSL36º72.77%41.76%-
HSV(B)36º84.24%72.16%-
XYZ26.9524.24.41-
YUV129.9471.04166.56-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 54.93%
GREEN value IS 122 (48.05% from 255) = 36.42%
BLUE value IS 29 (11.72% from 255) = 8.66%
R=54.93%
G=36.42%
B=8.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.84
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841222900.340.840.283672.7741.76
HexB87A1D022541C24492a
Octal27017235042124344411152
Binary1011100011110101110101000101010100111001001001001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87A1D; }

 p { color: rgb(184,122,29); }

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

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

 a { background-color: rgb(184,122,29); }

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

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

 span { border-color: rgb(184,122,29); }

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