Html Css Color HEX #BA978B Del Rio

📋 copy color: '#BA978B'

red 186 ◦ green 151 ◦ blue 139

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

Shades of Del Rio #BA978B

Tints of Del Rio #BA978B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 29.2%

R = 39.08%
G = 31.72%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#BA978B (or 0xBA978B) is known color: Del Rio. HEX triplet: BA, 97 and 8B. RGB value is (186,151,139). Sum of RGB (Red+Green+Blue) = 186+151+139=476 (63% of max value = 765). Red value is 186 (73.05% from 255 or 39.08% from 476); Green value is 151 (59.38% from 255 or 31.72% from 476); Blue value is 139 (54.69% from 255 or 29.20% from 476); Max value from RGB is 186 - color contains mainly: red. Hex color #BA978B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA978B is #456874. Grayscale: #A0A0A0. Windows color (decimal): -4548725 or 9148346. OLE color: 9148346.

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

Color convert

RGB 186 151 139 -
CMYK 0 0.19 0.25 0.27
HSL 15.32º 0.25% 0.64% -
HSV(B) 15.32º 0.25% 0.73% -
XYZ 35.98 34.44 29.18 -
YUV 160.1 116.1 146.48 -
System Red Green Blue C M Y K H S L
Decimal 186 151 139 0 0.19 0.25 0.27 15.32 0.25 0.64
Hex BA 97 8B 0 13 19 1B F 19 40
Octal 272 227 213 0 23 31 33 17 31 100
Binary 10111010 10010111 10001011 0 10011 11001 11011 1111 11001 1000000

Color Harmonies of #BA978B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA978B

Black with #BA978B

Text Example


Text Example

White with #BA978B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA978B; }

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

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

background-color css

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

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

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

border-color css

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

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

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