#B9A15A

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

Shades of Laser #B9A15A

Tints of Laser #B9A15A

Color information

#B9A15A (or 0xB9A15A) is unknown color: approx Laser. HEX triplet: B9, A1 and 5A. RGB value is (185,161,90). Sum of RGB (Red+Green+Blue) = 185+161+90=436 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.43% from 436); Green value is 161 (63.28% from 255 or 36.93% from 436); Blue value is 90 (35.55% from 255 or 20.64% from 436); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A15A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A15A is #465EA5. Grayscale: #A0A0A0. Windows color (decimal): -4611750 or 5939641. OLE color: 5939641.

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

Color convert

RGB18516190-
CMYK00.130.510.27
HSL44.84º40.43%53.92%-
HSV(B)44.84º51.35%72.55%-
XYZ34.636.5414.9-
YUV160.0888.45145.77-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.43%
GREEN value IS 161 (63.28% from 255) = 36.93%
BLUE value IS 90 (35.55% from 255) = 20.64%
R=42.43%
G=36.93%
B=20.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851619000.130.510.2744.8440.4353.92
HexB9A15A0D331B2d2836
Octal2712411320156333555066
Binary101110011010000110110100110111001111011101101101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A15A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A15A; }

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

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

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

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

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

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

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

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