#B47824

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

Shades of Pirate Gold #B47824

Tints of Pirate Gold #B47824

Color information

#B47824 (or 0xB47824) is unknown color: approx Pirate Gold. HEX triplet: B4, 78 and 24. RGB value is (180,120,36). Sum of RGB (Red+Green+Blue) = 180+120+36=336 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.57% from 336); Green value is 120 (47.27% from 255 or 35.71% from 336); Blue value is 36 (14.45% from 255 or 10.71% from 336); Max value from RGB is 180 - color contains mainly: red. Hex color #B47824 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47824 is #4B87DB. Grayscale: #808080. Windows color (decimal): -4949980 or 2390196. OLE color: 2390196.

HSL color Cylindrical-coordinate representation of color #B47824: hue angle of 35º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B47824 is Cyan = 0, Magento = 0.33, Yellow = 0.8 and Black (K on CMYK) = 0.29.

Color convert

RGB18012036-
CMYK00.330.80.29
HSL35º66.67%42.35%-
HSV(B)35º80%70.59%-
XYZ25.8623.264.8-
YUV128.3675.88164.83-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 53.57%
GREEN value IS 120 (47.27% from 255) = 35.71%
BLUE value IS 36 (14.45% from 255) = 10.71%
R=53.57%
G=35.71%
B=10.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.8
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801203600.330.80.293566.6742.35
HexB47824021501D23432a
Octal26417044041120354310352
Binary10110100111100010010001000011010000111011000111000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47824; }

 p { color: rgb(180,120,36); }

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

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

 a { background-color: rgb(180,120,36); }

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

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

 span { border-color: rgb(180,120,36); }

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