#BB7216

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

Shades of Pirate Gold #BB7216

Tints of Pirate Gold #BB7216

Color information

#BB7216 (or 0xBB7216) is unknown color: approx Pirate Gold. HEX triplet: BB, 72 and 16. RGB value is (187,114,22). Sum of RGB (Red+Green+Blue) = 187+114+22=323 (42% of max value = 765). Red value is 187 (73.44% from 255 or 57.89% from 323); Green value is 114 (44.92% from 255 or 35.29% from 323); Blue value is 22 (8.98% from 255 or 6.81% from 323); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7216 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB7216 is #448DE9. Grayscale: #7D7D7D. Windows color (decimal): -4492778 or 1471163. OLE color: 1471163.

HSL color Cylindrical-coordinate representation of color #BB7216: hue angle of 33.45º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BB7216 is Cyan = 0, Magento = 0.39, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB18711422-
CMYK00.390.880.27
HSL33.45º78.95%40.98%-
HSV(B)33.45º88.24%73.33%-
XYZ26.6622.663.73-
YUV125.3469.68171.98-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 57.89%
GREEN value IS 114 (44.92% from 255) = 35.29%
BLUE value IS 22 (8.98% from 255) = 6.81%
R=57.89%
G=35.29%
B=6.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.88
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871142200.390.880.2733.4578.9540.98
HexBB7216027581B214f29
Octal27316226047130334111751
Binary1011101111100101011001001111011000110111000011001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7216; }

 p { color: rgb(187,114,22); }

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

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

 a { background-color: rgb(187,114,22); }

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

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

 span { border-color: rgb(187,114,22); }

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