#BB7418

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

Shades of Pirate Gold #BB7418

Tints of Pirate Gold #BB7418

Color information

#BB7418 (or 0xBB7418) is unknown color: approx Pirate Gold. HEX triplet: BB, 74 and 18. RGB value is (187,116,24). Sum of RGB (Red+Green+Blue) = 187+116+24=327 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.19% from 327); Green value is 116 (45.70% from 255 or 35.47% from 327); Blue value is 24 (9.77% from 255 or 7.34% from 327); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7418 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB7418 is #448BE7. Grayscale: #7F7F7F. Windows color (decimal): -4492264 or 1602747. OLE color: 1602747.

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

Color convert

RGB18711624-
CMYK00.380.870.27
HSL33.87º77.25%41.37%-
HSV(B)33.87º87.17%73.33%-
XYZ26.923.123.91-
YUV126.7470.02170.98-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 57.19%
GREEN value IS 116 (45.70% from 255) = 35.47%
BLUE value IS 24 (9.77% from 255) = 7.34%
R=57.19%
G=35.47%
B=7.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.87
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871162400.380.870.2733.8777.2541.37
HexBB7418026571B224d29
Octal27316430046127334211551
Binary1011101111101001100001001101010111110111000101001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7418; }

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

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

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

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

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

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

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

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