#B97822

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

Shades of Pirate Gold #B97822

Tints of Pirate Gold #B97822

Color information

#B97822 (or 0xB97822) is unknown color: approx Pirate Gold. HEX triplet: B9, 78 and 22. RGB value is (185,120,34). Sum of RGB (Red+Green+Blue) = 185+120+34=339 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.57% from 339); Green value is 120 (47.27% from 255 or 35.40% from 339); Blue value is 34 (13.67% from 255 or 10.03% from 339); Max value from RGB is 185 - color contains mainly: red. Hex color #B97822 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B97822 is #4687DD. Grayscale: #828282. Windows color (decimal): -4622302 or 2259129. OLE color: 2259129.

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

Color convert

RGB18512034-
CMYK00.350.820.27
HSL34.17º68.95%42.94%-
HSV(B)34.17º81.62%72.55%-
XYZ27.0123.864.7-
YUV129.6374.03167.49-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 54.57%
GREEN value IS 120 (47.27% from 255) = 35.40%
BLUE value IS 34 (13.67% from 255) = 10.03%
R=54.57%
G=35.40%
B=10.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.82
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851203400.350.820.2734.1768.9542.94
HexB97822023521B22452b
Octal27117042043122334210553
Binary10111001111100010001001000111010010110111000101000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97822; }

 p { color: rgb(185,120,34); }

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

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

 a { background-color: rgb(185,120,34); }

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

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

 span { border-color: rgb(185,120,34); }

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