#BA978B

Color #BA978B Del Rio (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Del Rio #BA978B

Tints of Del Rio #BA978B

Color information

#BA978B (or 0xBA978B) is unknown color: approx 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

RGB186151139-
CMYK00.190.250.27
HSL15.32º25.41%63.73%-
HSV(B)15.32º25.27%72.94%-
XYZ35.9834.4429.18-
YUV160.1116.1146.48-

RGB Variations

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

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.20%
R=39.08%
G=31.72%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615113900.190.250.2715.3225.4163.73
HexBA978B013191Bf1940
Octal27222721302331331731100
Binary10111010100101111000101101001111001110111111110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA978B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>