#B9A162

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

Shades of Laser #B9A162

Tints of Laser #B9A162

Color information

#B9A162 (or 0xB9A162) is unknown color: approx Laser. HEX triplet: B9, A1 and 62. RGB value is (185,161,98). Sum of RGB (Red+Green+Blue) = 185+161+98=444 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.67% from 444); Green value is 161 (63.28% from 255 or 36.26% from 444); Blue value is 98 (38.67% from 255 or 22.07% from 444); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A162 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A162 is #465E9D. Grayscale: #A1A1A1. Windows color (decimal): -4611742 or 6463929. OLE color: 6463929.

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

Color convert

RGB18516198-
CMYK00.130.470.27
HSL43.45º38.33%55.49%-
HSV(B)43.45º47.03%72.55%-
XYZ34.9636.6916.79-
YUV160.9992.45145.12-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.67%
GREEN value IS 161 (63.28% from 255) = 36.26%
BLUE value IS 98 (38.67% from 255) = 22.07%
R=41.67%
G=36.26%
B=22.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851619800.130.470.2743.4538.3355.49
HexB9A1620D2F1B2b2637
Octal2712411420155733534667
Binary101110011010000111000100110110111111011101011100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A162; }

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

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

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

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

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

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

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

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