#B9A15D

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

Shades of Laser #B9A15D

Tints of Laser #B9A15D

Color information

#B9A15D (or 0xB9A15D) is unknown color: approx Laser. HEX triplet: B9, A1 and 5D. RGB value is (185,161,93). Sum of RGB (Red+Green+Blue) = 185+161+93=439 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.14% from 439); Green value is 161 (63.28% from 255 or 36.67% from 439); Blue value is 93 (36.72% from 255 or 21.18% from 439); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A15D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A15D is #465EA2. Grayscale: #A0A0A0. Windows color (decimal): -4611747 or 6136249. OLE color: 6136249.

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

Color convert

RGB18516193-
CMYK00.130.500.27
HSL44.35º39.66%54.51%-
HSV(B)44.35º49.73%72.55%-
XYZ34.7336.5915.59-
YUV160.4289.95145.53-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.14%
GREEN value IS 161 (63.28% from 255) = 36.67%
BLUE value IS 93 (36.72% from 255) = 21.18%
R=42.14%
G=36.67%
B=21.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.50
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851619300.130.500.2744.3539.6654.51
HexB9A15D0D321B2c2837
Octal2712411350156233545067
Binary101110011010000110111010110111001011011101100101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A15D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A15D; }

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

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

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

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

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

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

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

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