Html Css Color HEX #BAA091 Del Rio

📋 copy color: '#BAA091'

red 186 ◦ green 160 ◦ blue 145

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

Shades of Del Rio #BAA091

Tints of Del Rio #BAA091

RGB

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

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

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

R = 37.88%
G = 32.59%
B = 29.53%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#BAA091 (or 0xBAA091) is known color: Del Rio. HEX triplet: BA, A0 and 91. RGB value is (186,160,145). Sum of RGB (Red+Green+Blue) = 186+160+145=491 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.88% from 491); Green value is 160 (62.89% from 255 or 32.59% from 491); Blue value is 145 (57.03% from 255 or 29.53% from 491); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA091 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA091 is #455F6E. Grayscale: #A6A6A6. Windows color (decimal): -4546415 or 9543866. OLE color: 9543866.

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

Color convert

RGB 186 160 145 -
CMYK 0 0.14 0.22 0.27
HSL 21.95º 0.23% 0.65% -
HSV(B) 21.95º 0.22% 0.73% -
XYZ 37.93 37.63 32.05 -
YUV 166.06 116.11 142.22 -
System Red Green Blue C M Y K H S L
Decimal 186 160 145 0 0.14 0.22 0.27 21.95 0.23 0.65
Hex BA A0 91 0 E 16 1B 16 17 41
Octal 272 240 221 0 16 26 33 26 27 101
Binary 10111010 10100000 10010001 0 1110 10110 11011 10110 10111 1000001

Color Harmonies of #BAA091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA091

Black with #BAA091

Text Example


Text Example

White with #BAA091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA091; }

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

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

background-color css

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

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

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

border-color css

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

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

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