#BA978A

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

Shades of Del Rio #BA978A

Tints of Del Rio #BA978A

Color information

#BA978A (or 0xBA978A) is unknown color: approx Del Rio. HEX triplet: BA, 97 and 8A. RGB value is (186,151,138). Sum of RGB (Red+Green+Blue) = 186+151+138=475 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.16% from 475); Green value is 151 (59.38% from 255 or 31.79% from 475); Blue value is 138 (54.30% from 255 or 29.05% from 475); Max value from RGB is 186 - color contains mainly: red. Hex color #BA978A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA978A is #456875. Grayscale: #A0A0A0. Windows color (decimal): -4548726 or 9082810. OLE color: 9082810.

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

Color convert

RGB186151138-
CMYK00.190.260.27
HSL16.25º25.81%63.53%-
HSV(B)16.25º25.81%72.94%-
XYZ35.934.4128.79-
YUV159.98115.6146.56-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.16%
GREEN value IS 151 (59.38% from 255) = 31.79%
BLUE value IS 138 (54.30% from 255) = 29.05%
R=39.16%
G=31.79%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615113800.190.260.2716.2525.8163.53
HexBA978A0131A1B101a40
Octal27222721202332332032100
Binary101110101001011110001010010011110101101110000110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA978A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA978A; }

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

 H1.HeaderClassName
 {
   color: #BA978A;
 }
 .AnyTagClassName
 {
   color: #BA978A;
 }
</style>
background-color css

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

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

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

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

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

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