Html Css Color HEX #BAA060 Laser

📋 copy color: '#BAA060'

red 186 ◦ green 160 ◦ blue 96

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

Shades of Laser #BAA060

Tints of Laser #BAA060

RGB

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

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

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

R = 42.08%
G = 36.2%
B = 21.72%

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

#BAA060 (or 0xBAA060) is known color: Laser. HEX triplet: BA, A0 and 60. RGB value is (186,160,96). Sum of RGB (Red+Green+Blue) = 186+160+96=442 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.08% from 442); Green value is 160 (62.89% from 255 or 36.20% from 442); Blue value is 96 (37.89% from 255 or 21.72% from 442); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA060 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA060 is #455F9F. Grayscale: #A0A0A0. Windows color (decimal): -4546464 or 6332602. OLE color: 6332602.

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

Color convert

RGB 186 160 96 -
CMYK 0 0.14 0.48 0.27
HSL 42.67º 0.39% 0.55% -
HSV(B) 42.67º 0.48% 0.73% -
XYZ 34.93 36.43 16.26 -
YUV 160.48 91.61 146.2 -
System Red Green Blue C M Y K H S L
Decimal 186 160 96 0 0.14 0.48 0.27 42.67 0.39 0.55
Hex BA A0 60 0 E 30 1B 2B 27 37
Octal 272 240 140 0 16 60 33 53 47 67
Binary 10111010 10100000 1100000 0 1110 110000 11011 101011 100111 110111

Color Harmonies of #BAA060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA060

Black with #BAA060

Text Example


Text Example

White with #BAA060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA060; }

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

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

background-color css

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

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

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

border-color css

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

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

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