Html Css Color HEX #BAA191 Del Rio

📋 copy color: '#BAA191'

red 186 ◦ green 161 ◦ blue 145

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

Shades of Del Rio #BAA191

Tints of Del Rio #BAA191

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 29.47%

R = 37.8%
G = 32.72%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#BAA191 (or 0xBAA191) is known color: Del Rio. HEX triplet: BA, A1 and 91. RGB value is (186,161,145). Sum of RGB (Red+Green+Blue) = 186+161+145=492 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.80% from 492); Green value is 161 (63.28% from 255 or 32.72% from 492); Blue value is 145 (57.03% from 255 or 29.47% from 492); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA191 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA191 is #455E6E. Grayscale: #A6A6A6. Windows color (decimal): -4546159 or 9544122. OLE color: 9544122.

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

Color convert

RGB 186 161 145 -
CMYK 0 0.13 0.22 0.27
HSL 23.41º 0.23% 0.65% -
HSV(B) 23.41º 0.22% 0.73% -
XYZ 38.11 37.97 32.11 -
YUV 166.65 115.78 141.8 -
System Red Green Blue C M Y K H S L
Decimal 186 161 145 0 0.13 0.22 0.27 23.41 0.23 0.65
Hex BA A1 91 0 D 16 1B 17 17 41
Octal 272 241 221 0 15 26 33 27 27 101
Binary 10111010 10100001 10010001 0 1101 10110 11011 10111 10111 1000001

Color Harmonies of #BAA191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA191

Black with #BAA191

Text Example


Text Example

White with #BAA191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA191; }

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

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

background-color css

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

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

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

border-color css

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

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

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