Html Css Color HEX #BAA395 Del Rio

📋 copy color: '#BAA395'

red 186 ◦ green 163 ◦ blue 149

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

Shades of Del Rio #BAA395

Tints of Del Rio #BAA395

RGB

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

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

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

R = 37.35%
G = 32.73%
B = 29.92%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#BAA395 (or 0xBAA395) is known color: Del Rio. HEX triplet: BA, A3 and 95. RGB value is (186,163,149). Sum of RGB (Red+Green+Blue) = 186+163+149=498 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.35% from 498); Green value is 163 (64.06% from 255 or 32.73% from 498); Blue value is 149 (58.59% from 255 or 29.92% from 498); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA395 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA395 is #455C6A. Grayscale: #A8A8A8. Windows color (decimal): -4545643 or 9806778. OLE color: 9806778.

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

Color convert

RGB 186 163 149 -
CMYK 0 0.12 0.20 0.27
HSL 22.7º 0.21% 0.66% -
HSV(B) 22.7º 0.2% 0.73% -
XYZ 38.77 38.8 33.88 -
YUV 168.28 117.12 140.64 -
System Red Green Blue C M Y K H S L
Decimal 186 163 149 0 0.12 0.20 0.27 22.7 0.21 0.66
Hex BA A3 95 0 C 14 1B 17 15 42
Octal 272 243 225 0 14 24 33 27 25 102
Binary 10111010 10100011 10010101 0 1100 10100 11011 10111 10101 1000010

Color Harmonies of #BAA395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA395

Black with #BAA395

Text Example


Text Example

White with #BAA395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA395; }

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

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

background-color css

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

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

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

border-color css

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

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

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