#BB8027

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

Shades of Pirate Gold #BB8027

Tints of Pirate Gold #BB8027

Color information

#BB8027 (or 0xBB8027) is unknown color: approx Pirate Gold. HEX triplet: BB, 80 and 27. RGB value is (187,128,39). Sum of RGB (Red+Green+Blue) = 187+128+39=354 (46% of max value = 765). Red value is 187 (73.44% from 255 or 52.82% from 354); Green value is 128 (50.39% from 255 or 36.16% from 354); Blue value is 39 (15.62% from 255 or 11.02% from 354); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8027 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8027 is #447FD8. Grayscale: #878787. Windows color (decimal): -4489177 or 2588859. OLE color: 2588859.

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

Color convert

RGB18712839-
CMYK00.320.790.27
HSL36.08º65.49%44.31%-
HSV(B)36.08º79.14%73.33%-
XYZ28.5826.155.46-
YUV135.4973.55164.74-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 52.82%
GREEN value IS 128 (50.39% from 255) = 36.16%
BLUE value IS 39 (15.62% from 255) = 11.02%
R=52.82%
G=36.16%
B=11.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.79
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871283900.320.790.2736.0865.4944.31
HexBB80270204F1B24412c
Octal27320047040117334410154
Binary101110111000000010011101000001001111110111001001000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8027; }

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

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

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

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

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

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

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

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