#BB7615

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

Shades of Pirate Gold #BB7615

Tints of Pirate Gold #BB7615

Color information

#BB7615 (or 0xBB7615) is unknown color: approx Pirate Gold. HEX triplet: BB, 76 and 15. RGB value is (187,118,21). Sum of RGB (Red+Green+Blue) = 187+118+21=326 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.36% from 326); Green value is 118 (46.48% from 255 or 36.20% from 326); Blue value is 21 (8.59% from 255 or 6.44% from 326); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7615 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB7615 is #4489EA. Grayscale: #808080. Windows color (decimal): -4491755 or 1406651. OLE color: 1406651.

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

Color convert

RGB18711821-
CMYK00.370.890.27
HSL35.06º79.81%40.78%-
HSV(B)35.06º88.77%73.33%-
XYZ27.1123.583.83-
YUV127.5767.86170.39-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 57.36%
GREEN value IS 118 (46.48% from 255) = 36.20%
BLUE value IS 21 (8.59% from 255) = 6.44%
R=57.36%
G=36.20%
B=6.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.89
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871182100.370.890.2735.0679.8140.78
HexBB7615025591B235029
Octal27316625045131334312051
Binary1011101111101101010101001011011001110111000111010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7615; }

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

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

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

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

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

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

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

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