#BB9F61

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

Shades of Laser #BB9F61

Tints of Laser #BB9F61

Color information

#BB9F61 (or 0xBB9F61) is unknown color: approx Laser. HEX triplet: BB, 9F and 61. RGB value is (187,159,97). Sum of RGB (Red+Green+Blue) = 187+159+97=443 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.21% from 443); Green value is 159 (62.5% from 255 or 35.89% from 443); Blue value is 97 (38.28% from 255 or 21.90% from 443); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9F61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9F61 is #44609E. Grayscale: #A0A0A0. Windows color (decimal): -4481183 or 6397883. OLE color: 6397883.

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

Color convert

RGB18715997-
CMYK00.150.480.27
HSL41.33º39.82%55.69%-
HSV(B)41.33º48.13%73.33%-
XYZ35.0536.2216.45-
YUV160.392.28147.04-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.21%
GREEN value IS 159 (62.5% from 255) = 35.89%
BLUE value IS 97 (38.28% from 255) = 21.90%
R=42.21%
G=35.89%
B=21.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871599700.150.480.2741.3339.8255.69
HexBB9F610F301B292838
Octal2732371410176033515070
Binary101110111001111111000010111111000011011101001101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9F61; }

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

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

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

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

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

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

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

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