Html Css Color HEX #B9A05E Laser

📋 copy color: '#B9A05E'

red 185 ◦ green 160 ◦ blue 94

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

Shades of Laser #B9A05E

Tints of Laser #B9A05E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 21.41%

R = 42.14%
G = 36.45%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#B9A05E (or 0xB9A05E) is known color: Laser. HEX triplet: B9, A0 and 5E. RGB value is (185,160,94). Sum of RGB (Red+Green+Blue) = 185+160+94=439 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.14% from 439); Green value is 160 (62.89% from 255 or 36.45% from 439); Blue value is 94 (37.11% from 255 or 21.41% from 439); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A05E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A05E is #465FA1. Grayscale: #A0A0A0. Windows color (decimal): -4612002 or 6201529. OLE color: 6201529.

HSL color Cylindrical-coordinate representation of color #B9A05E: hue angle of 43.52º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B9A05E is Cyan = 0, Magento = 0.14, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 160 94 -
CMYK 0 0.14 0.49 0.27
HSL 43.52º 0.39% 0.55% -
HSV(B) 43.52º 0.49% 0.73% -
XYZ 34.6 36.26 15.77 -
YUV 159.95 90.78 145.87 -
System Red Green Blue C M Y K H S L
Decimal 185 160 94 0 0.14 0.49 0.27 43.52 0.39 0.55
Hex B9 A0 5E 0 E 31 1B 2C 27 37
Octal 271 240 136 0 16 61 33 54 47 67
Binary 10111001 10100000 1011110 0 1110 110001 11011 101100 100111 110111

Color Harmonies of #B9A05E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A05E

Black with #B9A05E

Text Example


Text Example

White with #B9A05E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A05E; }

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

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

background-color css

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

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

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

border-color css

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

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

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