Html Css Color HEX #BA9990 Del Rio

📋 copy color: '#BA9990'

red 186 ◦ green 153 ◦ blue 144

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

Shades of Del Rio #BA9990

Tints of Del Rio #BA9990

RGB

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

 GREEN value IS 153 (60.16% from 255) = 31.68%

 BLUE value IS 144 (56.64% from 255) = 29.81%

R = 38.51%
G = 31.68%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#BA9990 (or 0xBA9990) is known color: Del Rio. HEX triplet: BA, 99 and 90. RGB value is (186,153,144). Sum of RGB (Red+Green+Blue) = 186+153+144=483 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.51% from 483); Green value is 153 (60.16% from 255 or 31.68% from 483); Blue value is 144 (56.64% from 255 or 29.81% from 483); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9990 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9990 is #45666F. Grayscale: #A1A1A1. Windows color (decimal): -4548208 or 9476538. OLE color: 9476538.

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

Color convert

RGB 186 153 144 -
CMYK 0 0.18 0.23 0.27
HSL 12.86º 0.23% 0.65% -
HSV(B) 12.86º 0.23% 0.73% -
XYZ 36.67 35.24 31.25 -
YUV 161.84 117.93 145.23 -
System Red Green Blue C M Y K H S L
Decimal 186 153 144 0 0.18 0.23 0.27 12.86 0.23 0.65
Hex BA 99 90 0 12 17 1B D 17 41
Octal 272 231 220 0 22 27 33 15 27 101
Binary 10111010 10011001 10010000 0 10010 10111 11011 1101 10111 1000001

Color Harmonies of #BA9990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9990

Black with #BA9990

Text Example


Text Example

White with #BA9990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9990; }

 p { color: rgb(186,153,144); }

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

background-color css

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

 a { background-color: rgb(186,153,144); }

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

border-color css

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

 span { border-color: rgb(186,153,144); }

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