Html Css Color HEX #BA9991 Del Rio

📋 copy color: '#BA9991'

red 186 ◦ green 153 ◦ blue 145

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

Shades of Del Rio #BA9991

Tints of Del Rio #BA9991

RGB

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

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

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

R = 38.43%
G = 31.61%
B = 29.96%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#BA9991 (or 0xBA9991) is known color: Del Rio. HEX triplet: BA, 99 and 91. RGB value is (186,153,145). Sum of RGB (Red+Green+Blue) = 186+153+145=484 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.43% from 484); Green value is 153 (60.16% from 255 or 31.61% from 484); Blue value is 145 (57.03% from 255 or 29.96% from 484); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9991 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9991 is #45666E. Grayscale: #A2A2A2. Windows color (decimal): -4548207 or 9542074. OLE color: 9542074.

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

Color convert

RGB 186 153 145 -
CMYK 0 0.18 0.22 0.27
HSL 11.71º 0.23% 0.65% -
HSV(B) 11.71º 0.22% 0.73% -
XYZ 36.75 35.27 31.66 -
YUV 161.96 118.43 145.15 -
System Red Green Blue C M Y K H S L
Decimal 186 153 145 0 0.18 0.22 0.27 11.71 0.23 0.65
Hex BA 99 91 0 12 16 1B C 17 41
Octal 272 231 221 0 22 26 33 14 27 101
Binary 10111010 10011001 10010001 0 10010 10110 11011 1100 10111 1000001

Color Harmonies of #BA9991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9991

Black with #BA9991

Text Example


Text Example

White with #BA9991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9991; }

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

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

background-color css

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

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

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

border-color css

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

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

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