Html Css Color HEX #BAA260 Laser

📋 copy color: '#BAA260'

red 186 ◦ green 162 ◦ blue 96

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

Shades of Laser #BAA260

Tints of Laser #BAA260

RGB

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

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

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

R = 41.89%
G = 36.49%
B = 21.62%

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

#BAA260 (or 0xBAA260) is known color: Laser. HEX triplet: BA, A2 and 60. RGB value is (186,162,96). Sum of RGB (Red+Green+Blue) = 186+162+96=444 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.89% from 444); Green value is 162 (63.67% from 255 or 36.49% from 444); Blue value is 96 (37.89% from 255 or 21.62% from 444); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA260 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA260 is #455D9F. Grayscale: #A1A1A1. Windows color (decimal): -4545952 or 6333114. OLE color: 6333114.

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

Color convert

RGB 186 162 96 -
CMYK 0 0.13 0.48 0.27
HSL 44º 0.39% 0.55% -
HSV(B) 44º 0.48% 0.73% -
XYZ 35.28 37.12 16.37 -
YUV 161.65 90.95 145.37 -
System Red Green Blue C M Y K H S L
Decimal 186 162 96 0 0.13 0.48 0.27 44 0.39 0.55
Hex BA A2 60 0 D 30 1B 2C 27 37
Octal 272 242 140 0 15 60 33 54 47 67
Binary 10111010 10100010 1100000 0 1101 110000 11011 101100 100111 110111

Color Harmonies of #BAA260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA260

Black with #BAA260

Text Example


Text Example

White with #BAA260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA260; }

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

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

background-color css

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

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

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

border-color css

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

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

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