#B9A15E

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

Shades of Laser #B9A15E

Tints of Laser #B9A15E

Color information

#B9A15E (or 0xB9A15E) is unknown color: approx Laser. HEX triplet: B9, A1 and 5E. RGB value is (185,161,94). Sum of RGB (Red+Green+Blue) = 185+161+94=440 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.05% from 440); Green value is 161 (63.28% from 255 or 36.59% from 440); Blue value is 94 (37.11% from 255 or 21.36% from 440); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A15E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A15E is #465EA1. Grayscale: #A0A0A0. Windows color (decimal): -4611746 or 6201785. OLE color: 6201785.

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

Color convert

RGB18516194-
CMYK00.130.490.27
HSL44.18º39.39%54.71%-
HSV(B)44.18º49.19%72.55%-
XYZ34.7736.6115.82-
YUV160.5490.45145.45-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.05%
GREEN value IS 161 (63.28% from 255) = 36.59%
BLUE value IS 94 (37.11% from 255) = 21.36%
R=42.05%
G=36.59%
B=21.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851619400.130.490.2744.1839.3954.71
HexB9A15E0D311B2c2737
Octal2712411360156133544767
Binary101110011010000110111100110111000111011101100100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A15E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A15E; }

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

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

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

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

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

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

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

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