#BA968B

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

Shades of Del Rio #BA968B

Tints of Del Rio #BA968B

Color information

#BA968B (or 0xBA968B) is unknown color: approx Del Rio. HEX triplet: BA, 96 and 8B. RGB value is (186,150,139). Sum of RGB (Red+Green+Blue) = 186+150+139=475 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.16% from 475); Green value is 150 (58.98% from 255 or 31.58% from 475); Blue value is 139 (54.69% from 255 or 29.26% from 475); Max value from RGB is 186 - color contains mainly: red. Hex color #BA968B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA968B is #456974. Grayscale: #9F9F9F. Windows color (decimal): -4548981 or 9148090. OLE color: 9148090.

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

Color convert

RGB186150139-
CMYK00.190.250.27
HSL14.04º25.41%63.73%-
HSV(B)14.04º25.27%72.94%-
XYZ35.8234.1229.12-
YUV159.51116.43146.89-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.16%
GREEN value IS 150 (58.98% from 255) = 31.58%
BLUE value IS 139 (54.69% from 255) = 29.26%
R=39.16%
G=31.58%
B=29.26%

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
Decimal18615013900.190.250.2714.0425.4163.73
HexBA968B013191Be1940
Octal27222621302331331631100
Binary10111010100101101000101101001111001110111110110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA968B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA968B; }

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

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

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

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

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

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

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

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