Html Css Color HEX #BAA061 Laser

📋 copy color: '#BAA061'

red 186 ◦ green 160 ◦ blue 97

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

Shades of Laser #BAA061

Tints of Laser #BAA061

RGB

 RED value IS 186 (73.05% from 255) = 41.99%

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

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

R = 41.99%
G = 36.12%
B = 21.9%

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

#BAA061 (or 0xBAA061) is known color: Laser. HEX triplet: BA, A0 and 61. RGB value is (186,160,97). Sum of RGB (Red+Green+Blue) = 186+160+97=443 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.99% from 443); Green value is 160 (62.89% from 255 or 36.12% from 443); Blue value is 97 (38.28% from 255 or 21.90% from 443); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA061 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA061 is #455F9E. Grayscale: #A0A0A0. Windows color (decimal): -4546463 or 6398138. OLE color: 6398138.

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

Color convert

RGB 186 160 97 -
CMYK 0 0.14 0.48 0.27
HSL 42.47º 0.39% 0.55% -
HSV(B) 42.47º 0.48% 0.73% -
XYZ 34.98 36.44 16.5 -
YUV 160.59 92.11 146.12 -
System Red Green Blue C M Y K H S L
Decimal 186 160 97 0 0.14 0.48 0.27 42.47 0.39 0.55
Hex BA A0 61 0 E 30 1B 2A 27 37
Octal 272 240 141 0 16 60 33 52 47 67
Binary 10111010 10100000 1100001 0 1110 110000 11011 101010 100111 110111

Color Harmonies of #BAA061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA061

Black with #BAA061

Text Example


Text Example

White with #BAA061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA061; }

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

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

background-color css

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

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

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

border-color css

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

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

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