Html Css Color HEX #BAA197 Del Rio

📋 copy color: '#BAA197'

red 186 ◦ green 161 ◦ blue 151

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

Shades of Del Rio #BAA197

Tints of Del Rio #BAA197

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 30.32%

R = 37.35%
G = 32.33%
B = 30.32%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#BAA197 (or 0xBAA197) is known color: Del Rio. HEX triplet: BA, A1 and 97. RGB value is (186,161,151). Sum of RGB (Red+Green+Blue) = 186+161+151=498 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.35% from 498); Green value is 161 (63.28% from 255 or 32.33% from 498); Blue value is 151 (59.38% from 255 or 30.32% from 498); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA197 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA197 is #455E68. Grayscale: #A7A7A7. Windows color (decimal): -4546153 or 9937338. OLE color: 9937338.

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

Color convert

RGB 186 161 151 -
CMYK 0 0.13 0.19 0.27
HSL 17.14º 0.2% 0.66% -
HSV(B) 17.14º 0.19% 0.73% -
XYZ 38.58 38.16 34.61 -
YUV 167.34 118.78 141.31 -
System Red Green Blue C M Y K H S L
Decimal 186 161 151 0 0.13 0.19 0.27 17.14 0.2 0.66
Hex BA A1 97 0 D 13 1B 11 14 42
Octal 272 241 227 0 15 23 33 21 24 102
Binary 10111010 10100001 10010111 0 1101 10011 11011 10001 10100 1000010

Color Harmonies of #BAA197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA197

Black with #BAA197

Text Example


Text Example

White with #BAA197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA197; }

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

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

background-color css

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

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

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

border-color css

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

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

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