#B97721

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

Shades of Pirate Gold #B97721

Tints of Pirate Gold #B97721

Color information

#B97721 (or 0xB97721) is unknown color: approx Pirate Gold. HEX triplet: B9, 77 and 21. RGB value is (185,119,33). Sum of RGB (Red+Green+Blue) = 185+119+33=337 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.90% from 337); Green value is 119 (46.88% from 255 or 35.31% from 337); Blue value is 33 (13.28% from 255 or 9.79% from 337); Max value from RGB is 185 - color contains mainly: red. Hex color #B97721 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B97721 is #4688DE. Grayscale: #818181. Windows color (decimal): -4622559 or 2193337. OLE color: 2193337.

HSL color Cylindrical-coordinate representation of color #B97721: hue angle of 33.95º 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 #B97721 is Cyan = 0, Magento = 0.36, Yellow = 0.82 and Black (K on CMYK) = 0.27.

Color convert

RGB18511933-
CMYK00.360.820.27
HSL33.95º69.72%42.75%-
HSV(B)33.95º82.16%72.55%-
XYZ26.8823.624.58-
YUV128.9373.87167.99-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 54.90%
GREEN value IS 119 (46.88% from 255) = 35.31%
BLUE value IS 33 (13.28% from 255) = 9.79%
R=54.90%
G=35.31%
B=9.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.82
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851193300.360.820.2733.9569.7242.75
HexB97721024521B22462b
Octal27116741044122334210653
Binary10111001111011110000101001001010010110111000101000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97721; }

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

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

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

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

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

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

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

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