Html Css Color HEX #BAA062 Laser

📋 copy color: '#BAA062'

red 186 ◦ green 160 ◦ blue 98

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

Shades of Laser #BAA062

Tints of Laser #BAA062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 22.07%

R = 41.89%
G = 36.04%
B = 22.07%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#BAA062 (or 0xBAA062) is known color: Laser. HEX triplet: BA, A0 and 62. RGB value is (186,160,98). Sum of RGB (Red+Green+Blue) = 186+160+98=444 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.89% from 444); Green value is 160 (62.89% from 255 or 36.04% from 444); Blue value is 98 (38.67% from 255 or 22.07% from 444); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA062 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA062 is #455F9D. Grayscale: #A0A0A0. Windows color (decimal): -4546462 or 6463674. OLE color: 6463674.

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

Color convert

RGB 186 160 98 -
CMYK 0 0.14 0.47 0.27
HSL 42.27º 0.39% 0.56% -
HSV(B) 42.27º 0.47% 0.73% -
XYZ 35.03 36.46 16.75 -
YUV 160.71 92.61 146.04 -
System Red Green Blue C M Y K H S L
Decimal 186 160 98 0 0.14 0.47 0.27 42.27 0.39 0.56
Hex BA A0 62 0 E 2F 1B 2A 27 38
Octal 272 240 142 0 16 57 33 52 47 70
Binary 10111010 10100000 1100010 0 1110 101111 11011 101010 100111 111000

Color Harmonies of #BAA062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA062

Black with #BAA062

Text Example


Text Example

White with #BAA062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA062; }

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

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

background-color css

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

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

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

border-color css

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

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

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