Html Css Color HEX #BAA097 Del Rio

📋 copy color: '#BAA097'

red 186 ◦ green 160 ◦ blue 151

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

Shades of Del Rio #BAA097

Tints of Del Rio #BAA097

RGB

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

 GREEN value IS 160 (62.89% from 255) = 32.19%

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

R = 37.42%
G = 32.19%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#BAA097 (or 0xBAA097) is known color: Del Rio. HEX triplet: BA, A0 and 97. RGB value is (186,160,151). Sum of RGB (Red+Green+Blue) = 186+160+151=497 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.42% from 497); Green value is 160 (62.89% from 255 or 32.19% from 497); Blue value is 151 (59.38% from 255 or 30.38% from 497); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA097 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA097 is #455F68. Grayscale: #A6A6A6. Windows color (decimal): -4546409 or 9937082. OLE color: 9937082.

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

Color convert

RGB 186 160 151 -
CMYK 0 0.14 0.19 0.27
HSL 15.43º 0.2% 0.66% -
HSV(B) 15.43º 0.19% 0.73% -
XYZ 38.41 37.82 34.55 -
YUV 166.75 119.11 141.73 -
System Red Green Blue C M Y K H S L
Decimal 186 160 151 0 0.14 0.19 0.27 15.43 0.2 0.66
Hex BA A0 97 0 E 13 1B F 14 42
Octal 272 240 227 0 16 23 33 17 24 102
Binary 10111010 10100000 10010111 0 1110 10011 11011 1111 10100 1000010

Color Harmonies of #BAA097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA097

Black with #BAA097

Text Example


Text Example

White with #BAA097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA097; }

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

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

background-color css

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

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

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

border-color css

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

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

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