Html Css Color HEX #BA9B94 Del Rio

📋 copy color: '#BA9B94'

red 186 ◦ green 155 ◦ blue 148

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

Shades of Del Rio #BA9B94

Tints of Del Rio #BA9B94

RGB

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

 GREEN value IS 155 (60.94% from 255) = 31.7%

 BLUE value IS 148 (58.2% from 255) = 30.27%

R = 38.04%
G = 31.7%
B = 30.27%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#BA9B94 (or 0xBA9B94) is known color: Del Rio. HEX triplet: BA, 9B and 94. RGB value is (186,155,148). Sum of RGB (Red+Green+Blue) = 186+155+148=489 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.04% from 489); Green value is 155 (60.94% from 255 or 31.70% from 489); Blue value is 148 (58.20% from 255 or 30.27% from 489); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9B94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9B94 is #45646B. Grayscale: #A3A3A3. Windows color (decimal): -4547692 or 9739194. OLE color: 9739194.

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

Color convert

RGB 186 155 148 -
CMYK 0 0.17 0.20 0.27
HSL 11.05º 0.22% 0.65% -
HSV(B) 11.05º 0.2% 0.73% -
XYZ 37.32 36.02 33 -
YUV 163.47 119.27 144.07 -
System Red Green Blue C M Y K H S L
Decimal 186 155 148 0 0.17 0.20 0.27 11.05 0.22 0.65
Hex BA 9B 94 0 11 14 1B B 16 41
Octal 272 233 224 0 21 24 33 13 26 101
Binary 10111010 10011011 10010100 0 10001 10100 11011 1011 10110 1000001

Color Harmonies of #BA9B94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9B94

Black with #BA9B94

Text Example


Text Example

White with #BA9B94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9B94; }

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

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

background-color css

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

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

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

border-color css

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

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

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