#BB7E22

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

Shades of Pirate Gold #BB7E22

Tints of Pirate Gold #BB7E22

Color information

#BB7E22 (or 0xBB7E22) is unknown color: approx Pirate Gold. HEX triplet: BB, 7E and 22. RGB value is (187,126,34). Sum of RGB (Red+Green+Blue) = 187+126+34=347 (45% of max value = 765). Red value is 187 (73.44% from 255 or 53.89% from 347); Green value is 126 (49.61% from 255 or 36.31% from 347); Blue value is 34 (13.67% from 255 or 9.80% from 347); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7E22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7E22 is #4481DD. Grayscale: #868686. Windows color (decimal): -4489694 or 2260667. OLE color: 2260667.

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

Color convert

RGB18712634-
CMYK00.330.820.27
HSL36.08º69.23%43.33%-
HSV(B)36.08º81.82%73.33%-
XYZ28.2425.64.97-
YUV133.7571.71165.98-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 53.89%
GREEN value IS 126 (49.61% from 255) = 36.31%
BLUE value IS 34 (13.67% from 255) = 9.80%
R=53.89%
G=36.31%
B=9.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.82
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871263400.330.820.2736.0869.2343.33
HexBB7E22021521B24452b
Octal27317642041122334410553
Binary10111011111111010001001000011010010110111001001000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7E22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7E22; }

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

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

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

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

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

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

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

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