Html Css Color HEX #BAA35D Laser

📋 copy color: '#BAA35D'

red 186 ◦ green 163 ◦ blue 93

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

Shades of Laser #BAA35D

Tints of Laser #BAA35D

RGB

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

 GREEN value IS 163 (64.06% from 255) = 36.88%

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

R = 42.08%
G = 36.88%
B = 21.04%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.5

 K value IS 0.27

RGB Variations

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

Color information

#BAA35D (or 0xBAA35D) is known color: Laser. HEX triplet: BA, A3 and 5D. RGB value is (186,163,93). Sum of RGB (Red+Green+Blue) = 186+163+93=442 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.08% from 442); Green value is 163 (64.06% from 255 or 36.88% from 442); Blue value is 93 (36.72% from 255 or 21.04% from 442); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA35D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA35D is #455CA2. Grayscale: #A2A2A2. Windows color (decimal): -4545699 or 6136762. OLE color: 6136762.

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

Color convert

RGB 186 163 93 -
CMYK 0 0.12 0.5 0.27
HSL 45.16º 0.4% 0.55% -
HSV(B) 45.16º 0.5% 0.73% -
XYZ 35.32 37.42 15.72 -
YUV 161.9 89.12 145.19 -
System Red Green Blue C M Y K H S L
Decimal 186 163 93 0 0.12 0.5 0.27 45.16 0.4 0.55
Hex BA A3 5D 0 C 32 1B 2D 28 37
Octal 272 243 135 0 14 62 33 55 50 67
Binary 10111010 10100011 1011101 0 1100 110010 11011 101101 101000 110111

Color Harmonies of #BAA35D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA35D

Black with #BAA35D

Text Example


Text Example

White with #BAA35D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA35D; }

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

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

background-color css

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

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

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

border-color css

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

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

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