Html Css Color HEX #B9A15B Laser

📋 copy color: '#B9A15B'

red 185 ◦ green 161 ◦ blue 91

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

Shades of Laser #B9A15B

Tints of Laser #B9A15B

RGB

 RED value IS 185 (72.66% from 255) = 42.33%

 GREEN value IS 161 (63.28% from 255) = 36.84%

 BLUE value IS 91 (35.94% from 255) = 20.82%

R = 42.33%
G = 36.84%
B = 20.82%

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

#B9A15B (or 0xB9A15B) is known color: Laser. HEX triplet: B9, A1 and 5B. RGB value is (185,161,91). Sum of RGB (Red+Green+Blue) = 185+161+91=437 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.33% from 437); Green value is 161 (63.28% from 255 or 36.84% from 437); Blue value is 91 (35.94% from 255 or 20.82% from 437); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A15B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A15B is #465EA4. Grayscale: #A0A0A0. Windows color (decimal): -4611749 or 6005177. OLE color: 6005177.

HSL color Cylindrical-coordinate representation of color #B9A15B: hue angle of 44.68º 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 #B9A15B is Cyan = 0, Magento = 0.13, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 161 91 -
CMYK 0 0.13 0.51 0.27
HSL 44.68º 0.4% 0.54% -
HSV(B) 44.68º 0.51% 0.73% -
XYZ 34.64 36.56 15.13 -
YUV 160.2 88.95 145.69 -
System Red Green Blue C M Y K H S L
Decimal 185 161 91 0 0.13 0.51 0.27 44.68 0.4 0.54
Hex B9 A1 5B 0 D 33 1B 2D 28 36
Octal 271 241 133 0 15 63 33 55 50 66
Binary 10111001 10100001 1011011 0 1101 110011 11011 101101 101000 110110

Color Harmonies of #B9A15B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A15B

Black with #B9A15B

Text Example


Text Example

White with #B9A15B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A15B; }

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

 H1.HeaderClassName
 {
   color: #B9A15B;
 }
 .AnyTagClassName
 {
   color: #B9A15B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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