#BB7627

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

Shades of Pirate Gold #BB7627

Tints of Pirate Gold #BB7627

Color information

#BB7627 (or 0xBB7627) is unknown color: approx Pirate Gold. HEX triplet: BB, 76 and 27. RGB value is (187,118,39). Sum of RGB (Red+Green+Blue) = 187+118+39=344 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.36% from 344); Green value is 118 (46.48% from 255 or 34.30% from 344); Blue value is 39 (15.62% from 255 or 11.34% from 344); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7627 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7627 is #4489D8. Grayscale: #828282. Windows color (decimal): -4491737 or 2586299. OLE color: 2586299.

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

Color convert

RGB18711839-
CMYK00.370.790.27
HSL32.03º65.49%44.31%-
HSV(B)32.03º79.14%73.33%-
XYZ27.3423.675.05-
YUV129.6276.86168.92-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 54.36%
GREEN value IS 118 (46.48% from 255) = 34.30%
BLUE value IS 39 (15.62% from 255) = 11.34%
R=54.36%
G=34.30%
B=11.34%

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
Decimal1871183900.370.790.2732.0365.4944.31
HexBB76270254F1B20412c
Octal27316647045117334010154
Binary10111011111011010011101001011001111110111000001000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7627; }

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

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

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

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

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

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

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

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