Html Css Color HEX #BAA195 Del Rio

📋 copy color: '#BAA195'

red 186 ◦ green 161 ◦ blue 149

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

Shades of Del Rio #BAA195

Tints of Del Rio #BAA195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 30.04%

R = 37.5%
G = 32.46%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#BAA195 (or 0xBAA195) is known color: Del Rio. HEX triplet: BA, A1 and 95. RGB value is (186,161,149). Sum of RGB (Red+Green+Blue) = 186+161+149=496 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.5% from 496); Green value is 161 (63.28% from 255 or 32.46% from 496); Blue value is 149 (58.59% from 255 or 30.04% from 496); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA195 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA195 is #455E6A. Grayscale: #A7A7A7. Windows color (decimal): -4546155 or 9806266. OLE color: 9806266.

HSL color Cylindrical-coordinate representation of color #BAA195: hue angle of 19.46º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BAA195 is Cyan = 0, Magento = 0.13, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 161 149 -
CMYK 0 0.13 0.20 0.27
HSL 19.46º 0.21% 0.66% -
HSV(B) 19.46º 0.2% 0.73% -
XYZ 38.42 38.1 33.76 -
YUV 167.11 117.78 141.48 -
System Red Green Blue C M Y K H S L
Decimal 186 161 149 0 0.13 0.20 0.27 19.46 0.21 0.66
Hex BA A1 95 0 D 14 1B 13 15 42
Octal 272 241 225 0 15 24 33 23 25 102
Binary 10111010 10100001 10010101 0 1101 10100 11011 10011 10101 1000010

Color Harmonies of #BAA195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA195

Black with #BAA195

Text Example


Text Example

White with #BAA195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA195; }

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

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

background-color css

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

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

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

border-color css

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

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

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