Html Css Color HEX #BA9486 Del Rio

📋 copy color: '#BA9486'

red 186 ◦ green 148 ◦ blue 134

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

Shades of Del Rio #BA9486

Tints of Del Rio #BA9486

RGB

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

 GREEN value IS 148 (58.2% from 255) = 31.62%

 BLUE value IS 134 (52.73% from 255) = 28.63%

R = 39.74%
G = 31.62%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#BA9486 (or 0xBA9486) is known color: Del Rio. HEX triplet: BA, 94 and 86. RGB value is (186,148,134). Sum of RGB (Red+Green+Blue) = 186+148+134=468 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.74% from 468); Green value is 148 (58.20% from 255 or 31.62% from 468); Blue value is 134 (52.73% from 255 or 28.63% from 468); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9486 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9486 is #456B79. Grayscale: #9D9D9D. Windows color (decimal): -4549498 or 8819898. OLE color: 8819898.

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

Color convert

RGB 186 148 134 -
CMYK 0 0.20 0.28 0.27
HSL 16.15º 0.27% 0.63% -
HSV(B) 16.15º 0.28% 0.73% -
XYZ 35.14 33.34 27.14 -
YUV 157.77 114.59 148.14 -
System Red Green Blue C M Y K H S L
Decimal 186 148 134 0 0.20 0.28 0.27 16.15 0.27 0.63
Hex BA 94 86 0 14 1C 1B 10 1B 3F
Octal 272 224 206 0 24 34 33 20 33 77
Binary 10111010 10010100 10000110 0 10100 11100 11011 10000 11011 111111

Color Harmonies of #BA9486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9486

Black with #BA9486

Text Example


Text Example

White with #BA9486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9486; }

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

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

background-color css

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

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

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

border-color css

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

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

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