#B9A166

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

Shades of Laser #B9A166

Tints of Laser #B9A166

Color information

#B9A166 (or 0xB9A166) is unknown color: approx Laser. HEX triplet: B9, A1 and 66. RGB value is (185,161,102). Sum of RGB (Red+Green+Blue) = 185+161+102=448 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.29% from 448); Green value is 161 (63.28% from 255 or 35.94% from 448); Blue value is 102 (40.23% from 255 or 22.77% from 448); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A166 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A166 is #465E99. Grayscale: #A1A1A1. Windows color (decimal): -4611738 or 6726073. OLE color: 6726073.

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

Color convert

RGB185161102-
CMYK00.130.450.27
HSL42.65º37.22%56.27%-
HSV(B)42.65º44.86%72.55%-
XYZ35.1536.7617.81-
YUV161.4594.45144.8-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.29%
GREEN value IS 161 (63.28% from 255) = 35.94%
BLUE value IS 102 (40.23% from 255) = 22.77%
R=41.29%
G=35.94%
B=22.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18516110200.130.450.2742.6537.2256.27
HexB9A1660D2D1B2b2538
Octal2712411460155533534570
Binary101110011010000111001100110110110111011101011100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A166; }

 p { color: rgb(185,161,102); }

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

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

 a { background-color: rgb(185,161,102); }

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

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

 span { border-color: rgb(185,161,102); }

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