Html Css Color HEX #B9A060 Laser

📋 copy color: '#B9A060'

red 185 ◦ green 160 ◦ blue 96

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

Shades of Laser #B9A060

Tints of Laser #B9A060

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 21.77%

R = 41.95%
G = 36.28%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#B9A060 (or 0xB9A060) is known color: Laser. HEX triplet: B9, A0 and 60. RGB value is (185,160,96). Sum of RGB (Red+Green+Blue) = 185+160+96=441 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.95% from 441); Green value is 160 (62.89% from 255 or 36.28% from 441); Blue value is 96 (37.89% from 255 or 21.77% from 441); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A060 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A060 is #465F9F. Grayscale: #A0A0A0. Windows color (decimal): -4612000 or 6332601. OLE color: 6332601.

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

Color convert

RGB 185 160 96 -
CMYK 0 0.14 0.48 0.27
HSL 43.15º 0.39% 0.55% -
HSV(B) 43.15º 0.48% 0.73% -
XYZ 34.69 36.3 16.24 -
YUV 160.18 91.78 145.7 -
System Red Green Blue C M Y K H S L
Decimal 185 160 96 0 0.14 0.48 0.27 43.15 0.39 0.55
Hex B9 A0 60 0 E 30 1B 2B 27 37
Octal 271 240 140 0 16 60 33 53 47 67
Binary 10111001 10100000 1100000 0 1110 110000 11011 101011 100111 110111

Color Harmonies of #B9A060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A060

Black with #B9A060

Text Example


Text Example

White with #B9A060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A060; }

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

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

background-color css

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

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

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

border-color css

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

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

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