#BB7622

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

Shades of Pirate Gold #BB7622

Tints of Pirate Gold #BB7622

Color information

#BB7622 (or 0xBB7622) is unknown color: approx Pirate Gold. HEX triplet: BB, 76 and 22. RGB value is (187,118,34). Sum of RGB (Red+Green+Blue) = 187+118+34=339 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.16% from 339); Green value is 118 (46.48% from 255 or 34.81% from 339); Blue value is 34 (13.67% from 255 or 10.03% from 339); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7622 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7622 is #4489DD. Grayscale: #818181. Windows color (decimal): -4491742 or 2258619. OLE color: 2258619.

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

Color convert

RGB18711834-
CMYK00.370.820.27
HSL32.94º69.23%43.33%-
HSV(B)32.94º81.82%73.33%-
XYZ27.2623.644.64-
YUV129.0574.36169.33-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 55.16%
GREEN value IS 118 (46.48% from 255) = 34.81%
BLUE value IS 34 (13.67% from 255) = 10.03%
R=55.16%
G=34.81%
B=10.03%

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
Decimal1871183400.370.820.2732.9469.2343.33
HexBB7622025521B21452b
Octal27316642045122334110553
Binary10111011111011010001001001011010010110111000011000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7622; }

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

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

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

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

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

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

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

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