#B97021

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

Shades of Pirate Gold #B97021

Tints of Pirate Gold #B97021

Color information

#B97021 (or 0xB97021) is unknown color: approx Pirate Gold. HEX triplet: B9, 70 and 21. RGB value is (185,112,33). Sum of RGB (Red+Green+Blue) = 185+112+33=330 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.06% from 330); Green value is 112 (44.14% from 255 or 33.94% from 330); Blue value is 33 (13.28% from 255 or 10% from 330); Max value from RGB is 185 - color contains mainly: red. Hex color #B97021 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B97021 is #468FDE. Grayscale: #7D7D7D. Windows color (decimal): -4624351 or 2191545. OLE color: 2191545.

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

Color convert

RGB18511233-
CMYK00.390.820.27
HSL31.18º69.72%42.75%-
HSV(B)31.18º82.16%72.55%-
XYZ26.0822.014.31-
YUV124.8276.18170.92-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 56.06%
GREEN value IS 112 (44.14% from 255) = 33.94%
BLUE value IS 33 (13.28% from 255) = 10%
R=56.06%
G=33.94%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.82
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851123300.390.820.2731.1869.7242.75
HexB97021027521B1f462b
Octal27116041047122333710653
Binary1011100111100001000010100111101001011011111111000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97021; }

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

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

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

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

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

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

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

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