#BA998E

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

Shades of Del Rio #BA998E

Tints of Del Rio #BA998E

Color information

#BA998E (or 0xBA998E) is unknown color: approx Del Rio. HEX triplet: BA, 99 and 8E. RGB value is (186,153,142). Sum of RGB (Red+Green+Blue) = 186+153+142=481 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.67% from 481); Green value is 153 (60.16% from 255 or 31.81% from 481); Blue value is 142 (55.86% from 255 or 29.52% from 481); Max value from RGB is 186 - color contains mainly: red. Hex color #BA998E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA998E is #456671. Grayscale: #A1A1A1. Windows color (decimal): -4548210 or 9345466. OLE color: 9345466.

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

Color convert

RGB186153142-
CMYK00.180.240.27
HSL15º24.18%64.31%-
HSV(B)15º23.66%72.94%-
XYZ36.5235.1730.46-
YUV161.61116.93145.39-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.67%
GREEN value IS 153 (60.16% from 255) = 31.81%
BLUE value IS 142 (55.86% from 255) = 29.52%
R=38.67%
G=31.81%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615314200.180.240.271524.1864.31
HexBA998E012181Bf1840
Octal27223121602230331730100
Binary10111010100110011000111001001011000110111111110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA998E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA998E; }

 p { color: rgb(186,153,142); }

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

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

 a { background-color: rgb(186,153,142); }

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

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

 span { border-color: rgb(186,153,142); }

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