#BB7415

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

Shades of Pirate Gold #BB7415

Tints of Pirate Gold #BB7415

Color information

#BB7415 (or 0xBB7415) is unknown color: approx Pirate Gold. HEX triplet: BB, 74 and 15. RGB value is (187,116,21). Sum of RGB (Red+Green+Blue) = 187+116+21=324 (42% of max value = 765). Red value is 187 (73.44% from 255 or 57.72% from 324); Green value is 116 (45.70% from 255 or 35.80% from 324); Blue value is 21 (8.59% from 255 or 6.48% from 324); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7415 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB7415 is #448BEA. Grayscale: #7E7E7E. Windows color (decimal): -4492267 or 1406139. OLE color: 1406139.

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

Color convert

RGB18711621-
CMYK00.380.890.27
HSL34.34º79.81%40.78%-
HSV(B)34.34º88.77%73.33%-
XYZ26.8723.113.75-
YUV126.468.52171.22-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 57.72%
GREEN value IS 116 (45.70% from 255) = 35.80%
BLUE value IS 21 (8.59% from 255) = 6.48%
R=57.72%
G=35.80%
B=6.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.89
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871162100.380.890.2734.3479.8140.78
HexBB7415026591B225029
Octal27316425046131334212051
Binary1011101111101001010101001101011001110111000101010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7415; }

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

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

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

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

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

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

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

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