Html Css Color HEX #BAA093 Del Rio

📋 copy color: '#BAA093'

red 186 ◦ green 160 ◦ blue 147

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

Shades of Del Rio #BAA093

Tints of Del Rio #BAA093

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 29.82%

R = 37.73%
G = 32.45%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#BAA093 (or 0xBAA093) is known color: Del Rio. HEX triplet: BA, A0 and 93. RGB value is (186,160,147). Sum of RGB (Red+Green+Blue) = 186+160+147=493 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.73% from 493); Green value is 160 (62.89% from 255 or 32.45% from 493); Blue value is 147 (57.81% from 255 or 29.82% from 493); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA093 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA093 is #455F6C. Grayscale: #A6A6A6. Windows color (decimal): -4546413 or 9674938. OLE color: 9674938.

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

Color convert

RGB 186 160 147 -
CMYK 0 0.14 0.21 0.27
HSL 20º 0.22% 0.65% -
HSV(B) 20º 0.21% 0.73% -
XYZ 38.09 37.69 32.87 -
YUV 166.29 117.11 142.06 -
System Red Green Blue C M Y K H S L
Decimal 186 160 147 0 0.14 0.21 0.27 20 0.22 0.65
Hex BA A0 93 0 E 15 1B 14 16 41
Octal 272 240 223 0 16 25 33 24 26 101
Binary 10111010 10100000 10010011 0 1110 10101 11011 10100 10110 1000001

Color Harmonies of #BAA093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA093

Black with #BAA093

Text Example


Text Example

White with #BAA093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA093; }

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

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

background-color css

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

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

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

border-color css

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

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

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