#BB7522

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

Shades of Pirate Gold #BB7522

Tints of Pirate Gold #BB7522

Color information

#BB7522 (or 0xBB7522) is unknown color: approx Pirate Gold. HEX triplet: BB, 75 and 22. RGB value is (187,117,34). Sum of RGB (Red+Green+Blue) = 187+117+34=338 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.33% from 338); Green value is 117 (46.09% from 255 or 34.62% from 338); Blue value is 34 (13.67% from 255 or 10.06% from 338); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7522 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7522 is #448ADD. Grayscale: #808080. Windows color (decimal): -4491998 or 2258363. OLE color: 2258363.

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

Color convert

RGB18711734-
CMYK00.370.820.27
HSL32.55º69.23%43.33%-
HSV(B)32.55º81.82%73.33%-
XYZ27.1423.44.6-
YUV128.4774.69169.75-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 55.33%
GREEN value IS 117 (46.09% from 255) = 34.62%
BLUE value IS 34 (13.67% from 255) = 10.06%
R=55.33%
G=34.62%
B=10.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.82
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871173400.370.820.2732.5569.2343.33
HexBB7522025521B21452b
Octal27316542045122334110553
Binary10111011111010110001001001011010010110111000011000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7522; }

 p { color: rgb(187,117,34); }

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

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

 a { background-color: rgb(187,117,34); }

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

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

 span { border-color: rgb(187,117,34); }

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