Html Css Color HEX #BAA192 Del Rio

📋 copy color: '#BAA192'

red 186 ◦ green 161 ◦ blue 146

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

Shades of Del Rio #BAA192

Tints of Del Rio #BAA192

RGB

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

 GREEN value IS 161 (63.28% from 255) = 32.66%

 BLUE value IS 146 (57.42% from 255) = 29.61%

R = 37.73%
G = 32.66%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#BAA192 (or 0xBAA192) is known color: Del Rio. HEX triplet: BA, A1 and 92. RGB value is (186,161,146). Sum of RGB (Red+Green+Blue) = 186+161+146=493 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.73% from 493); Green value is 161 (63.28% from 255 or 32.66% from 493); Blue value is 146 (57.42% from 255 or 29.61% from 493); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA192 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA192 is #455E6D. Grayscale: #A6A6A6. Windows color (decimal): -4546158 or 9609658. OLE color: 9609658.

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

Color convert

RGB 186 161 146 -
CMYK 0 0.13 0.22 0.27
HSL 22.5º 0.22% 0.65% -
HSV(B) 22.5º 0.22% 0.73% -
XYZ 38.18 38 32.52 -
YUV 166.77 116.28 141.72 -
System Red Green Blue C M Y K H S L
Decimal 186 161 146 0 0.13 0.22 0.27 22.5 0.22 0.65
Hex BA A1 92 0 D 16 1B 16 16 41
Octal 272 241 222 0 15 26 33 26 26 101
Binary 10111010 10100001 10010010 0 1101 10110 11011 10110 10110 1000001

Color Harmonies of #BAA192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA192

Black with #BAA192

Text Example


Text Example

White with #BAA192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA192; }

 p { color: rgb(186,161,146); }

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

background-color css

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

 a { background-color: rgb(186,161,146); }

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

border-color css

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

 span { border-color: rgb(186,161,146); }

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