Html Css Color HEX #BAA15C Laser

📋 copy color: '#BAA15C'

red 186 ◦ green 161 ◦ blue 92

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

Shades of Laser #BAA15C

Tints of Laser #BAA15C

RGB

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

 GREEN value IS 161 (63.28% from 255) = 36.67%

 BLUE value IS 92 (36.33% from 255) = 20.96%

R = 42.37%
G = 36.67%
B = 20.96%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#BAA15C (or 0xBAA15C) is known color: Laser. HEX triplet: BA, A1 and 5C. RGB value is (186,161,92). Sum of RGB (Red+Green+Blue) = 186+161+92=439 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.37% from 439); Green value is 161 (63.28% from 255 or 36.67% from 439); Blue value is 92 (36.33% from 255 or 20.96% from 439); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA15C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA15C is #455EA3. Grayscale: #A0A0A0. Windows color (decimal): -4546212 or 6070714. OLE color: 6070714.

HSL color Cylindrical-coordinate representation of color #BAA15C: hue angle of 44.04º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BAA15C is Cyan = 0, Magento = 0.13, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 161 92 -
CMYK 0 0.13 0.51 0.27
HSL 44.04º 0.41% 0.55% -
HSV(B) 44.04º 0.51% 0.73% -
XYZ 34.93 36.7 15.37 -
YUV 160.61 89.28 146.11 -
System Red Green Blue C M Y K H S L
Decimal 186 161 92 0 0.13 0.51 0.27 44.04 0.41 0.55
Hex BA A1 5C 0 D 33 1B 2C 29 37
Octal 272 241 134 0 15 63 33 54 51 67
Binary 10111010 10100001 1011100 0 1101 110011 11011 101100 101001 110111

Color Harmonies of #BAA15C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA15C

Black with #BAA15C

Text Example


Text Example

White with #BAA15C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA15C; }

 p { color: rgb(186,161,92); }

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

background-color css

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

 a { background-color: rgb(186,161,92); }

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

border-color css

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

 span { border-color: rgb(186,161,92); }

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