#BB9F5B

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

Shades of Laser #BB9F5B

Tints of Laser #BB9F5B

Color information

#BB9F5B (or 0xBB9F5B) is unknown color: approx Laser. HEX triplet: BB, 9F and 5B. RGB value is (187,159,91). Sum of RGB (Red+Green+Blue) = 187+159+91=437 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.79% from 437); Green value is 159 (62.5% from 255 or 36.38% from 437); Blue value is 91 (35.94% from 255 or 20.82% from 437); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9F5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9F5B is #4460A4. Grayscale: #9F9F9F. Windows color (decimal): -4481189 or 6004667. OLE color: 6004667.

HSL color Cylindrical-coordinate representation of color #BB9F5B: hue angle of 42.5º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BB9F5B is Cyan = 0, Magento = 0.15, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB18715991-
CMYK00.150.510.27
HSL42.5º41.38%54.51%-
HSV(B)42.5º51.34%73.33%-
XYZ34.7836.1215.04-
YUV159.6289.28147.53-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.79%
GREEN value IS 159 (62.5% from 255) = 36.38%
BLUE value IS 91 (35.94% from 255) = 20.82%
R=42.79%
G=36.38%
B=20.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871599100.150.510.2742.541.3854.51
HexBB9F5B0F331B2a2937
Octal2732371330176333525167
Binary101110111001111110110110111111001111011101010101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9F5B; }

 p { color: rgb(187,159,91); }

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

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

 a { background-color: rgb(187,159,91); }

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

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

 span { border-color: rgb(187,159,91); }

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