#BB811F

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

Shades of Pirate Gold #BB811F

Tints of Pirate Gold #BB811F

Color information

#BB811F (or 0xBB811F) is unknown color: approx Pirate Gold. HEX triplet: BB, 81 and 1F. RGB value is (187,129,31). Sum of RGB (Red+Green+Blue) = 187+129+31=347 (45% of max value = 765). Red value is 187 (73.44% from 255 or 53.89% from 347); Green value is 129 (50.78% from 255 or 37.18% from 347); Blue value is 31 (12.5% from 255 or 8.93% from 347); Max value from RGB is 187 - color contains mainly: red. Hex color #BB811F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB811F is #447EE0. Grayscale: #878787. Windows color (decimal): -4488929 or 2064827. OLE color: 2064827.

HSL color Cylindrical-coordinate representation of color #BB811F: hue angle of 37.69º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BB811F is Cyan = 0, Magento = 0.31, Yellow = 0.83 and Black (K on CMYK) = 0.27.

Color convert

RGB18712931-
CMYK00.310.830.27
HSL37.69º71.56%42.75%-
HSV(B)37.69º83.42%73.33%-
XYZ28.5926.364.88-
YUV135.1769.22164.97-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 53.89%
GREEN value IS 129 (50.78% from 255) = 37.18%
BLUE value IS 31 (12.5% from 255) = 8.93%
R=53.89%
G=37.18%
B=8.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.83
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871293100.310.830.2737.6971.5642.75
HexBB811F01F531B26482b
Octal27320137037123334611053
Binary1011101110000001111110111111010011110111001101001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB811F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB811F; }

 p { color: rgb(187,129,31); }

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

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

 a { background-color: rgb(187,129,31); }

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

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

 span { border-color: rgb(187,129,31); }

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