#B97122

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

Shades of Pirate Gold #B97122

Tints of Pirate Gold #B97122

Color information

#B97122 (or 0xB97122) is unknown color: approx Pirate Gold. HEX triplet: B9, 71 and 22. RGB value is (185,113,34). Sum of RGB (Red+Green+Blue) = 185+113+34=332 (43% of max value = 765). Red value is 185 (72.66% from 255 or 55.72% from 332); Green value is 113 (44.53% from 255 or 34.04% from 332); Blue value is 34 (13.67% from 255 or 10.24% from 332); Max value from RGB is 185 - color contains mainly: red. Hex color #B97122 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B97122 is #468EDD. Grayscale: #7D7D7D. Windows color (decimal): -4624094 or 2257337. OLE color: 2257337.

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

Color convert

RGB18511334-
CMYK00.390.820.27
HSL31.39º68.95%42.94%-
HSV(B)31.39º81.62%72.55%-
XYZ26.222.244.43-
YUV125.5276.35170.42-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 55.72%
GREEN value IS 113 (44.53% from 255) = 34.04%
BLUE value IS 34 (13.67% from 255) = 10.24%
R=55.72%
G=34.04%
B=10.24%

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
Decimal1851133400.390.820.2731.3968.9542.94
HexB97122027521B1f452b
Octal27116142047122333710553
Binary1011100111100011000100100111101001011011111111000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97122; }

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

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

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

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

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

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

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

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