Html Css Color HEX #B9A05C Laser

📋 copy color: '#B9A05C'

red 185 ◦ green 160 ◦ blue 92

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

Shades of Laser #B9A05C

Tints of Laser #B9A05C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 21.05%

R = 42.33%
G = 36.61%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#B9A05C (or 0xB9A05C) is known color: Laser. HEX triplet: B9, A0 and 5C. RGB value is (185,160,92). Sum of RGB (Red+Green+Blue) = 185+160+92=437 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.33% from 437); Green value is 160 (62.89% from 255 or 36.61% from 437); Blue value is 92 (36.33% from 255 or 21.05% from 437); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A05C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A05C is #465FA3. Grayscale: #A0A0A0. Windows color (decimal): -4612004 or 6070457. OLE color: 6070457.

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

Color convert

RGB 185 160 92 -
CMYK 0 0.14 0.50 0.27
HSL 43.87º 0.4% 0.54% -
HSV(B) 43.87º 0.5% 0.73% -
XYZ 34.51 36.23 15.3 -
YUV 159.72 89.78 146.03 -
System Red Green Blue C M Y K H S L
Decimal 185 160 92 0 0.14 0.50 0.27 43.87 0.4 0.54
Hex B9 A0 5C 0 E 32 1B 2C 28 36
Octal 271 240 134 0 16 62 33 54 50 66
Binary 10111001 10100000 1011100 0 1110 110010 11011 101100 101000 110110

Color Harmonies of #B9A05C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A05C

Black with #B9A05C

Text Example


Text Example

White with #B9A05C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A05C; }

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

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

background-color css

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

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

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

border-color css

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

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

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