Html Css Color HEX #B9A15A Laser

📋 copy color: '#B9A15A'

red 185 ◦ green 161 ◦ blue 90

#B9A15A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Laser #B9A15A

Tints of Laser #B9A15A

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 value IS 0

 M value IS 0.13

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#B9A15A (or 0xB9A15A) is known color: 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

RGB 185 161 90 -
CMYK 0 0.13 0.51 0.27
HSL 44.84º 0.4% 0.54% -
HSV(B) 44.84º 0.51% 0.73% -
XYZ 34.6 36.54 14.9 -
YUV 160.08 88.45 145.77 -
System Red Green Blue C M Y K H S L
Decimal 185 161 90 0 0.13 0.51 0.27 44.84 0.4 0.54
Hex B9 A1 5A 0 D 33 1B 2D 28 36
Octal 271 241 132 0 15 63 33 55 50 66
Binary 10111001 10100001 1011010 0 1101 110011 11011 101101 101000 110110

Color Harmonies of #B9A15A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A15A

Black with #B9A15A

Text Example


Text Example

White with #B9A15A

Text Example


Text Example

HTML Codes & Css Web 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>