Html Css Color HEX #BA9488 Del Rio

📋 copy color: '#BA9488'

red 186 ◦ green 148 ◦ blue 136

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

Shades of Del Rio #BA9488

Tints of Del Rio #BA9488

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 28.94%

R = 39.57%
G = 31.49%
B = 28.94%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#BA9488 (or 0xBA9488) is known color: Del Rio. HEX triplet: BA, 94 and 88. RGB value is (186,148,136). Sum of RGB (Red+Green+Blue) = 186+148+136=470 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.57% from 470); Green value is 148 (58.20% from 255 or 31.49% from 470); Blue value is 136 (53.52% from 255 or 28.94% from 470); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9488 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9488 is #456B77. Grayscale: #9E9E9E. Windows color (decimal): -4549496 or 8950970. OLE color: 8950970.

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

Color convert

RGB 186 148 136 -
CMYK 0 0.20 0.27 0.27
HSL 14.4º 0.27% 0.63% -
HSV(B) 14.4º 0.27% 0.73% -
XYZ 35.28 33.4 27.88 -
YUV 157.99 115.59 147.98 -
System Red Green Blue C M Y K H S L
Decimal 186 148 136 0 0.20 0.27 0.27 14.4 0.27 0.63
Hex BA 94 88 0 14 1B 1B E 1B 3F
Octal 272 224 210 0 24 33 33 16 33 77
Binary 10111010 10010100 10001000 0 10100 11011 11011 1110 11011 111111

Color Harmonies of #BA9488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9488

Black with #BA9488

Text Example


Text Example

White with #BA9488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9488; }

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

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

background-color css

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

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

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

border-color css

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

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

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