Html Css Color HEX #BAA261 Laser

📋 copy color: '#BAA261'

red 186 ◦ green 162 ◦ blue 97

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

Shades of Laser #BAA261

Tints of Laser #BAA261

RGB

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

 GREEN value IS 162 (63.67% from 255) = 36.4%

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

R = 41.8%
G = 36.4%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#BAA261 (or 0xBAA261) is known color: Laser. HEX triplet: BA, A2 and 61. RGB value is (186,162,97). Sum of RGB (Red+Green+Blue) = 186+162+97=445 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.80% from 445); Green value is 162 (63.67% from 255 or 36.40% from 445); Blue value is 97 (38.28% from 255 or 21.80% from 445); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA261 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA261 is #455D9E. Grayscale: #A2A2A2. Windows color (decimal): -4545951 or 6398650. OLE color: 6398650.

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

Color convert

RGB 186 162 97 -
CMYK 0 0.13 0.48 0.27
HSL 43.82º 0.39% 0.55% -
HSV(B) 43.82º 0.48% 0.73% -
XYZ 35.33 37.14 16.62 -
YUV 161.77 91.45 145.29 -
System Red Green Blue C M Y K H S L
Decimal 186 162 97 0 0.13 0.48 0.27 43.82 0.39 0.55
Hex BA A2 61 0 D 30 1B 2C 27 37
Octal 272 242 141 0 15 60 33 54 47 67
Binary 10111010 10100010 1100001 0 1101 110000 11011 101100 100111 110111

Color Harmonies of #BAA261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA261

Black with #BAA261

Text Example


Text Example

White with #BAA261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA261; }

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

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

background-color css

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

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

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

border-color css

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

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

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