#B87A21

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

Shades of Pirate Gold #B87A21

Tints of Pirate Gold #B87A21

Color information

#B87A21 (or 0xB87A21) is unknown color: approx Pirate Gold. HEX triplet: B8, 7A and 21. RGB value is (184,122,33). Sum of RGB (Red+Green+Blue) = 184+122+33=339 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.28% from 339); Green value is 122 (48.05% from 255 or 35.99% from 339); Blue value is 33 (13.28% from 255 or 9.73% from 339); Max value from RGB is 184 - color contains mainly: red. Hex color #B87A21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87A21 is #4785DE. Grayscale: #828282. Windows color (decimal): -4687327 or 2194104. OLE color: 2194104.

HSL color Cylindrical-coordinate representation of color #B87A21: hue angle of 35.36º degrees, saturation: 0.7, 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 #B87A21 is Cyan = 0, Magento = 0.34, Yellow = 0.82 and Black (K on CMYK) = 0.28.

Color convert

RGB18412233-
CMYK00.340.820.28
HSL35.36º69.59%42.55%-
HSV(B)35.36º82.07%72.16%-
XYZ2724.224.69-
YUV130.3973.04166.24-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 54.28%
GREEN value IS 122 (48.05% from 255) = 35.99%
BLUE value IS 33 (13.28% from 255) = 9.73%
R=54.28%
G=35.99%
B=9.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.82
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841223300.340.820.2835.3669.5942.55
HexB87A21022521C23462b
Octal27017241042122344310653
Binary10111000111101010000101000101010010111001000111000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87A21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87A21; }

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

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

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

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

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

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

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

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