#BA9F8F

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

Shades of Del Rio #BA9F8F

Tints of Del Rio #BA9F8F

Color information

#BA9F8F (or 0xBA9F8F) is unknown color: approx Del Rio. HEX triplet: BA, 9F and 8F. RGB value is (186,159,143). Sum of RGB (Red+Green+Blue) = 186+159+143=488 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.11% from 488); Green value is 159 (62.5% from 255 or 32.58% from 488); Blue value is 143 (56.25% from 255 or 29.30% from 488); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9F8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9F8F is #456070. Grayscale: #A5A5A5. Windows color (decimal): -4546673 or 9412538. OLE color: 9412538.

HSL color Cylindrical-coordinate representation of color #BA9F8F: hue angle of 22.33º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BA9F8F is Cyan = 0, Magento = 0.15, Yellow = 0.23 and Black (K on CMYK) = 0.27.

Color convert

RGB186159143-
CMYK00.150.230.27
HSL22.33º23.76%64.51%-
HSV(B)22.33º23.12%72.94%-
XYZ37.6137.2231.19-
YUV165.25115.45142.8-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.11%
GREEN value IS 159 (62.5% from 255) = 32.58%
BLUE value IS 143 (56.25% from 255) = 29.30%
R=38.11%
G=32.58%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615914300.150.230.2722.3323.7664.51
HexBA9F8F0F171B161841
Octal27223721701727332630101
Binary10111010100111111000111101111101111101110110110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9F8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9F8F; }

 p { color: rgb(186,159,143); }

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

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

 a { background-color: rgb(186,159,143); }

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

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

 span { border-color: rgb(186,159,143); }

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