Html Css Color HEX #BAA25D Laser

📋 copy color: '#BAA25D'

red 186 ◦ green 162 ◦ blue 93

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

Shades of Laser #BAA25D

Tints of Laser #BAA25D

RGB

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

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

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

R = 42.18%
G = 36.73%
B = 21.09%

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

#BAA25D (or 0xBAA25D) is known color: Laser. HEX triplet: BA, A2 and 5D. RGB value is (186,162,93). Sum of RGB (Red+Green+Blue) = 186+162+93=441 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.18% from 441); Green value is 162 (63.67% from 255 or 36.73% from 441); Blue value is 93 (36.72% from 255 or 21.09% from 441); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA25D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA25D is #455DA2. Grayscale: #A1A1A1. Windows color (decimal): -4545955 or 6136506. OLE color: 6136506.

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

Color convert

RGB 186 162 93 -
CMYK 0 0.13 0.5 0.27
HSL 44.52º 0.4% 0.55% -
HSV(B) 44.52º 0.5% 0.73% -
XYZ 35.15 37.07 15.66 -
YUV 161.31 89.45 145.61 -
System Red Green Blue C M Y K H S L
Decimal 186 162 93 0 0.13 0.5 0.27 44.52 0.4 0.55
Hex BA A2 5D 0 D 32 1B 2D 28 37
Octal 272 242 135 0 15 62 33 55 50 67
Binary 10111010 10100010 1011101 0 1101 110010 11011 101101 101000 110111

Color Harmonies of #BAA25D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA25D

Black with #BAA25D

Text Example


Text Example

White with #BAA25D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA25D; }

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

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

background-color css

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

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

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

border-color css

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

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

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