Html Css Color HEX #B9A05B Laser

📋 copy color: '#B9A05B'

red 185 ◦ green 160 ◦ blue 91

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

Shades of Laser #B9A05B

Tints of Laser #B9A05B

RGB

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

 GREEN value IS 160 (62.89% from 255) = 36.7%

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

R = 42.43%
G = 36.7%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#B9A05B (or 0xB9A05B) is known color: Laser. HEX triplet: B9, A0 and 5B. RGB value is (185,160,91). Sum of RGB (Red+Green+Blue) = 185+160+91=436 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.43% from 436); Green value is 160 (62.89% from 255 or 36.70% from 436); Blue value is 91 (35.94% from 255 or 20.87% from 436); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A05B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A05B is #465FA4. Grayscale: #9F9F9F. Windows color (decimal): -4612005 or 6004921. OLE color: 6004921.

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

Color convert

RGB 185 160 91 -
CMYK 0 0.14 0.51 0.27
HSL 44.04º 0.4% 0.54% -
HSV(B) 44.04º 0.51% 0.73% -
XYZ 34.47 36.21 15.07 -
YUV 159.61 89.28 146.11 -
System Red Green Blue C M Y K H S L
Decimal 185 160 91 0 0.14 0.51 0.27 44.04 0.4 0.54
Hex B9 A0 5B 0 E 33 1B 2C 28 36
Octal 271 240 133 0 16 63 33 54 50 66
Binary 10111001 10100000 1011011 0 1110 110011 11011 101100 101000 110110

Color Harmonies of #B9A05B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A05B

Black with #B9A05B

Text Example


Text Example

White with #B9A05B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A05B; }

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

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

background-color css

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

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

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

border-color css

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

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

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