Html Css Color HEX #BAA096 Del Rio

📋 copy color: '#BAA096'

red 186 ◦ green 160 ◦ blue 150

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

Shades of Del Rio #BAA096

Tints of Del Rio #BAA096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 30.24%

R = 37.5%
G = 32.26%
B = 30.24%

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

#BAA096 (or 0xBAA096) is known color: Del Rio. HEX triplet: BA, A0 and 96. RGB value is (186,160,150). Sum of RGB (Red+Green+Blue) = 186+160+150=496 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.5% from 496); Green value is 160 (62.89% from 255 or 32.26% from 496); Blue value is 150 (58.98% from 255 or 30.24% from 496); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA096 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA096 is #455F69. Grayscale: #A6A6A6. Windows color (decimal): -4546410 or 9871546. OLE color: 9871546.

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

Color convert

RGB 186 160 150 -
CMYK 0 0.14 0.19 0.27
HSL 16.67º 0.21% 0.66% -
HSV(B) 16.67º 0.19% 0.73% -
XYZ 38.33 37.78 34.13 -
YUV 166.63 118.61 141.81 -
System Red Green Blue C M Y K H S L
Decimal 186 160 150 0 0.14 0.19 0.27 16.67 0.21 0.66
Hex BA A0 96 0 E 13 1B 11 15 42
Octal 272 240 226 0 16 23 33 21 25 102
Binary 10111010 10100000 10010110 0 1110 10011 11011 10001 10101 1000010

Color Harmonies of #BAA096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA096

Black with #BAA096

Text Example


Text Example

White with #BAA096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA096; }

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

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

background-color css

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

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

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

border-color css

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

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

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