Html Css Color HEX #BAA394 Del Rio

📋 copy color: '#BAA394'

red 186 ◦ green 163 ◦ blue 148

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

Shades of Del Rio #BAA394

Tints of Del Rio #BAA394

RGB

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

 GREEN value IS 163 (64.06% from 255) = 32.8%

 BLUE value IS 148 (58.2% from 255) = 29.78%

R = 37.42%
G = 32.8%
B = 29.78%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#BAA394 (or 0xBAA394) is known color: Del Rio. HEX triplet: BA, A3 and 94. RGB value is (186,163,148). Sum of RGB (Red+Green+Blue) = 186+163+148=497 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.42% from 497); Green value is 163 (64.06% from 255 or 32.80% from 497); Blue value is 148 (58.20% from 255 or 29.78% from 497); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA394 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA394 is #455C6B. Grayscale: #A8A8A8. Windows color (decimal): -4545644 or 9741242. OLE color: 9741242.

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

Color convert

RGB 186 163 148 -
CMYK 0 0.12 0.20 0.27
HSL 23.68º 0.22% 0.65% -
HSV(B) 23.68º 0.2% 0.73% -
XYZ 38.69 38.77 33.46 -
YUV 168.17 116.62 140.72 -
System Red Green Blue C M Y K H S L
Decimal 186 163 148 0 0.12 0.20 0.27 23.68 0.22 0.65
Hex BA A3 94 0 C 14 1B 18 16 41
Octal 272 243 224 0 14 24 33 30 26 101
Binary 10111010 10100011 10010100 0 1100 10100 11011 11000 10110 1000001

Color Harmonies of #BAA394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA394

Black with #BAA394

Text Example


Text Example

White with #BAA394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA394; }

 p { color: rgb(186,163,148); }

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

background-color css

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

 a { background-color: rgb(186,163,148); }

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

border-color css

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

 span { border-color: rgb(186,163,148); }

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