Html Css Color HEX #BAA095 Del Rio

📋 copy color: '#BAA095'

red 186 ◦ green 160 ◦ blue 149

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

Shades of Del Rio #BAA095

Tints of Del Rio #BAA095

RGB

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

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

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

R = 37.58%
G = 32.32%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#BAA095 (or 0xBAA095) is known color: Del Rio. HEX triplet: BA, A0 and 95. RGB value is (186,160,149). Sum of RGB (Red+Green+Blue) = 186+160+149=495 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.58% from 495); Green value is 160 (62.89% from 255 or 32.32% from 495); Blue value is 149 (58.59% from 255 or 30.10% from 495); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA095 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA095 is #455F6A. Grayscale: #A6A6A6. Windows color (decimal): -4546411 or 9806010. OLE color: 9806010.

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

Color convert

RGB 186 160 149 -
CMYK 0 0.14 0.20 0.27
HSL 17.84º 0.21% 0.66% -
HSV(B) 17.84º 0.2% 0.73% -
XYZ 38.25 37.75 33.7 -
YUV 166.52 118.11 141.89 -
System Red Green Blue C M Y K H S L
Decimal 186 160 149 0 0.14 0.20 0.27 17.84 0.21 0.66
Hex BA A0 95 0 E 14 1B 12 15 42
Octal 272 240 225 0 16 24 33 22 25 102
Binary 10111010 10100000 10010101 0 1110 10100 11011 10010 10101 1000010

Color Harmonies of #BAA095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA095

Black with #BAA095

Text Example


Text Example

White with #BAA095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA095; }

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

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

background-color css

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

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

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

border-color css

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

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

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