#bb7528

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

Shades of Pirate Gold #BB7528

Tints of Pirate Gold #BB7528

Color information

#BB7528 (or 0xBB7528) is unknown color: approx Pirate Gold. HEX triplet: BB, 75 and 28. RGB value is (187,117,40). Sum of RGB (Red+Green+Blue) = 187+117+40=344 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.36% from 344); Green value is 117 (46.09% from 255 or 34.01% from 344); Blue value is 40 (16.02% from 255 or 11.63% from 344); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7528 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7528 is #448AD7. Grayscale: #818181. Windows color (decimal): -4491992 or 2651579. OLE color: 2651579.

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

Color convert

RGB18711740-
CMYK00.370.790.27
HSL31.43º64.76%44.51%-
HSV(B)31.43º78.61%73.33%-
XYZ27.2423.445.1-
YUV129.1577.69169.26-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 54.36%
GREEN value IS 117 (46.09% from 255) = 34.01%
BLUE value IS 40 (16.02% from 255) = 11.63%
R=54.36%
G=34.01%
B=11.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.79
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871174000.370.790.2731.4364.7644.51
HexBB75280254F1B1f412d
Octal27316550045117333710155
Binary1011101111101011010000100101100111111011111111000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb7528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb7528; }

 p { color: rgb(187,117,40); }

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

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

 a { background-color: rgb(187,117,40); }

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

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

 span { border-color: rgb(187,117,40); }

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