#BA988B

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

Shades of Del Rio #BA988B

Tints of Del Rio #BA988B

Color information

#BA988B (or 0xBA988B) is unknown color: approx Del Rio. HEX triplet: BA, 98 and 8B. RGB value is (186,152,139). Sum of RGB (Red+Green+Blue) = 186+152+139=477 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.99% from 477); Green value is 152 (59.77% from 255 or 31.87% from 477); Blue value is 139 (54.69% from 255 or 29.14% from 477); Max value from RGB is 186 - color contains mainly: red. Hex color #BA988B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA988B is #456774. Grayscale: #A0A0A0. Windows color (decimal): -4548469 or 9148602. OLE color: 9148602.

HSL color Cylindrical-coordinate representation of color #BA988B: hue angle of 16.6º 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 #BA988B is Cyan = 0, Magento = 0.18, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB186152139-
CMYK00.180.250.27
HSL16.6º25.41%63.73%-
HSV(B)16.6º25.27%72.94%-
XYZ36.1434.7629.23-
YUV160.68115.76146.06-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.99%
GREEN value IS 152 (59.77% from 255) = 31.87%
BLUE value IS 139 (54.69% from 255) = 29.14%
R=38.99%
G=31.87%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615213900.180.250.2716.625.4163.73
HexBA988B012191B111940
Octal27223021302231332131100
Binary101110101001100010001011010010110011101110001110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA988B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA988B; }

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

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

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

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

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

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

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

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