Html Css Color HEX #BAA15D Laser

📋 copy color: '#BAA15D'

red 186 ◦ green 161 ◦ blue 93

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

Shades of Laser #BAA15D

Tints of Laser #BAA15D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 21.14%

R = 42.27%
G = 36.59%
B = 21.14%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.5

 K value IS 0.27

RGB Variations

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

Color information

#BAA15D (or 0xBAA15D) is known color: Laser. HEX triplet: BA, A1 and 5D. RGB value is (186,161,93). Sum of RGB (Red+Green+Blue) = 186+161+93=440 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.27% from 440); Green value is 161 (63.28% from 255 or 36.59% from 440); Blue value is 93 (36.72% from 255 or 21.14% from 440); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA15D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA15D is #455EA2. Grayscale: #A1A1A1. Windows color (decimal): -4546211 or 6136250. OLE color: 6136250.

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

Color convert

RGB 186 161 93 -
CMYK 0 0.13 0.5 0.27
HSL 43.87º 0.4% 0.55% -
HSV(B) 43.87º 0.5% 0.73% -
XYZ 34.97 36.72 15.6 -
YUV 160.72 89.78 146.03 -
System Red Green Blue C M Y K H S L
Decimal 186 161 93 0 0.13 0.5 0.27 43.87 0.4 0.55
Hex BA A1 5D 0 D 32 1B 2C 28 37
Octal 272 241 135 0 15 62 33 54 50 67
Binary 10111010 10100001 1011101 0 1101 110010 11011 101100 101000 110111

Color Harmonies of #BAA15D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA15D

Black with #BAA15D

Text Example


Text Example

White with #BAA15D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA15D; }

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

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

background-color css

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

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

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

border-color css

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

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

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