Html Css Color HEX #B9A061 Laser

📋 copy color: '#B9A061'

red 185 ◦ green 160 ◦ blue 97

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

Shades of Laser #B9A061

Tints of Laser #B9A061

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 21.95%

R = 41.86%
G = 36.2%
B = 21.95%

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

#B9A061 (or 0xB9A061) is known color: Laser. HEX triplet: B9, A0 and 61. RGB value is (185,160,97). Sum of RGB (Red+Green+Blue) = 185+160+97=442 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.86% from 442); Green value is 160 (62.89% from 255 or 36.20% from 442); Blue value is 97 (38.28% from 255 or 21.95% from 442); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A061 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A061 is #465F9E. Grayscale: #A0A0A0. Windows color (decimal): -4611999 or 6398137. OLE color: 6398137.

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

Color convert

RGB 185 160 97 -
CMYK 0 0.14 0.48 0.27
HSL 42.95º 0.39% 0.55% -
HSV(B) 42.95º 0.48% 0.73% -
XYZ 34.74 36.32 16.49 -
YUV 160.29 92.28 145.62 -
System Red Green Blue C M Y K H S L
Decimal 185 160 97 0 0.14 0.48 0.27 42.95 0.39 0.55
Hex B9 A0 61 0 E 30 1B 2B 27 37
Octal 271 240 141 0 16 60 33 53 47 67
Binary 10111001 10100000 1100001 0 1110 110000 11011 101011 100111 110111

Color Harmonies of #B9A061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A061

Black with #B9A061

Text Example


Text Example

White with #B9A061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A061; }

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

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

background-color css

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

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

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

border-color css

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

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

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