#BB8222

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

Shades of Pirate Gold #BB8222

Tints of Pirate Gold #BB8222

Color information

#BB8222 (or 0xBB8222) is unknown color: approx Pirate Gold. HEX triplet: BB, 82 and 22. RGB value is (187,130,34). Sum of RGB (Red+Green+Blue) = 187+130+34=351 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.28% from 351); Green value is 130 (51.17% from 255 or 37.04% from 351); Blue value is 34 (13.67% from 255 or 9.69% from 351); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8222 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8222 is #447DDD. Grayscale: #888888. Windows color (decimal): -4488670 or 2261691. OLE color: 2261691.

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

Color convert

RGB18713034-
CMYK00.300.820.27
HSL37.65º69.23%43.33%-
HSV(B)37.65º81.82%73.33%-
XYZ28.7626.655.14-
YUV136.170.38164.31-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 53.28%
GREEN value IS 130 (51.17% from 255) = 37.04%
BLUE value IS 34 (13.67% from 255) = 9.69%
R=53.28%
G=37.04%
B=9.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.82
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871303400.300.820.2737.6569.2343.33
HexBB822201E521B26452b
Octal27320242036122334610553
Binary10111011100000101000100111101010010110111001101000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8222; }

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

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

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

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

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

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

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

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