Html Css Color HEX #BA978D Del Rio

📋 copy color: '#BA978D'

red 186 ◦ green 151 ◦ blue 141

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

Shades of Del Rio #BA978D

Tints of Del Rio #BA978D

RGB

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

 GREEN value IS 151 (59.38% from 255) = 31.59%

 BLUE value IS 141 (55.47% from 255) = 29.5%

R = 38.91%
G = 31.59%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#BA978D (or 0xBA978D) is known color: Del Rio. HEX triplet: BA, 97 and 8D. RGB value is (186,151,141). Sum of RGB (Red+Green+Blue) = 186+151+141=478 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.91% from 478); Green value is 151 (59.38% from 255 or 31.59% from 478); Blue value is 141 (55.47% from 255 or 29.50% from 478); Max value from RGB is 186 - color contains mainly: red. Hex color #BA978D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA978D is #456872. Grayscale: #A0A0A0. Windows color (decimal): -4548723 or 9279418. OLE color: 9279418.

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

Color convert

RGB 186 151 141 -
CMYK 0 0.19 0.24 0.27
HSL 13.33º 0.25% 0.64% -
HSV(B) 13.33º 0.24% 0.73% -
XYZ 36.12 34.5 29.95 -
YUV 160.33 117.1 146.31 -
System Red Green Blue C M Y K H S L
Decimal 186 151 141 0 0.19 0.24 0.27 13.33 0.25 0.64
Hex BA 97 8D 0 13 18 1B D 19 40
Octal 272 227 215 0 23 30 33 15 31 100
Binary 10111010 10010111 10001101 0 10011 11000 11011 1101 11001 1000000

Color Harmonies of #BA978D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA978D

Black with #BA978D

Text Example


Text Example

White with #BA978D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA978D; }

 p { color: rgb(186,151,141); }

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

background-color css

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

 a { background-color: rgb(186,151,141); }

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

border-color css

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

 span { border-color: rgb(186,151,141); }

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