#B97024

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

Shades of Pirate Gold #B97024

Tints of Pirate Gold #B97024

Color information

#B97024 (or 0xB97024) is unknown color: approx Pirate Gold. HEX triplet: B9, 70 and 24. RGB value is (185,112,36). Sum of RGB (Red+Green+Blue) = 185+112+36=333 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.56% from 333); Green value is 112 (44.14% from 255 or 33.63% from 333); Blue value is 36 (14.45% from 255 or 10.81% from 333); Max value from RGB is 185 - color contains mainly: red. Hex color #B97024 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B97024 is #468FDB. Grayscale: #7D7D7D. Windows color (decimal): -4624348 or 2388153. OLE color: 2388153.

HSL color Cylindrical-coordinate representation of color #B97024: hue angle of 30.6º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B97024 is Cyan = 0, Magento = 0.39, Yellow = 0.81 and Black (K on CMYK) = 0.27.

Color convert

RGB18511236-
CMYK00.390.810.27
HSL30.6º67.42%43.33%-
HSV(B)30.6º80.54%72.55%-
XYZ26.1222.034.54-
YUV125.1677.68170.68-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 55.56%
GREEN value IS 112 (44.14% from 255) = 33.63%
BLUE value IS 36 (14.45% from 255) = 10.81%
R=55.56%
G=33.63%
B=10.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.81
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851123600.390.810.2730.667.4243.33
HexB97024027511B1f432b
Octal27116044047121333710353
Binary1011100111100001001000100111101000111011111111000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97024; }

 p { color: rgb(185,112,36); }

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

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

 a { background-color: rgb(185,112,36); }

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

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

 span { border-color: rgb(185,112,36); }

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