Html Css Color HEX #BAA15F Laser

📋 copy color: '#BAA15F'

red 186 ◦ green 161 ◦ blue 95

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

Shades of Laser #BAA15F

Tints of Laser #BAA15F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 21.49%

R = 42.08%
G = 36.43%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#BAA15F (or 0xBAA15F) is known color: Laser. HEX triplet: BA, A1 and 5F. RGB value is (186,161,95). Sum of RGB (Red+Green+Blue) = 186+161+95=442 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.08% from 442); Green value is 161 (63.28% from 255 or 36.43% from 442); Blue value is 95 (37.5% from 255 or 21.49% from 442); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA15F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA15F is #455EA0. Grayscale: #A1A1A1. Windows color (decimal): -4546209 or 6267322. OLE color: 6267322.

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

Color convert

RGB 186 161 95 -
CMYK 0 0.13 0.49 0.27
HSL 43.52º 0.4% 0.55% -
HSV(B) 43.52º 0.49% 0.73% -
XYZ 35.06 36.76 16.07 -
YUV 160.95 90.78 145.87 -
System Red Green Blue C M Y K H S L
Decimal 186 161 95 0 0.13 0.49 0.27 43.52 0.4 0.55
Hex BA A1 5F 0 D 31 1B 2C 28 37
Octal 272 241 137 0 15 61 33 54 50 67
Binary 10111010 10100001 1011111 0 1101 110001 11011 101100 101000 110111

Color Harmonies of #BAA15F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA15F

Black with #BAA15F

Text Example


Text Example

White with #BAA15F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA15F; }

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

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

background-color css

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

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

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

border-color css

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

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

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