#BB7318

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

Shades of Pirate Gold #BB7318

Tints of Pirate Gold #BB7318

Color information

#BB7318 (or 0xBB7318) is unknown color: approx Pirate Gold. HEX triplet: BB, 73 and 18. RGB value is (187,115,24). Sum of RGB (Red+Green+Blue) = 187+115+24=326 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.36% from 326); Green value is 115 (45.31% from 255 or 35.28% from 326); Blue value is 24 (9.77% from 255 or 7.36% from 326); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7318 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB7318 is #448CE7. Grayscale: #7E7E7E. Windows color (decimal): -4492520 or 1602491. OLE color: 1602491.

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

Color convert

RGB18711524-
CMYK00.390.870.27
HSL33.5º77.25%41.37%-
HSV(B)33.5º87.17%73.33%-
XYZ26.7922.893.87-
YUV126.1570.35171.4-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 57.36%
GREEN value IS 115 (45.31% from 255) = 35.28%
BLUE value IS 24 (9.77% from 255) = 7.36%
R=57.36%
G=35.28%
B=7.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.87
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871152400.390.870.2733.577.2541.37
HexBB7318027571B214d29
Octal27316330047127334111551
Binary1011101111100111100001001111010111110111000011001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7318; }

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

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

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

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

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

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

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

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