Html Css Color HEX #BAA391 Del Rio

📋 copy color: '#BAA391'

red 186 ◦ green 163 ◦ blue 145

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

Shades of Del Rio #BAA391

Tints of Del Rio #BAA391

RGB

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

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

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

R = 37.65%
G = 33%
B = 29.35%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#BAA391 (or 0xBAA391) is known color: Del Rio. HEX triplet: BA, A3 and 91. RGB value is (186,163,145). Sum of RGB (Red+Green+Blue) = 186+163+145=494 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.65% from 494); Green value is 163 (64.06% from 255 or 33.00% from 494); Blue value is 145 (57.03% from 255 or 29.35% from 494); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA391 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA391 is #455C6E. Grayscale: #A7A7A7. Windows color (decimal): -4545647 or 9544634. OLE color: 9544634.

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

Color convert

RGB 186 163 145 -
CMYK 0 0.12 0.22 0.27
HSL 26.34º 0.23% 0.65% -
HSV(B) 26.34º 0.22% 0.73% -
XYZ 38.46 38.68 32.23 -
YUV 167.83 115.12 140.96 -
System Red Green Blue C M Y K H S L
Decimal 186 163 145 0 0.12 0.22 0.27 26.34 0.23 0.65
Hex BA A3 91 0 C 16 1B 1A 17 41
Octal 272 243 221 0 14 26 33 32 27 101
Binary 10111010 10100011 10010001 0 1100 10110 11011 11010 10111 1000001

Color Harmonies of #BAA391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA391

Black with #BAA391

Text Example


Text Example

White with #BAA391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA391; }

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

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

background-color css

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

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

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

border-color css

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

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

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