#BA9685

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

Shades of Del Rio #BA9685

Tints of Del Rio #BA9685

Color information

#BA9685 (or 0xBA9685) is unknown color: approx Del Rio. HEX triplet: BA, 96 and 85. RGB value is (186,150,133). Sum of RGB (Red+Green+Blue) = 186+150+133=469 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.66% from 469); Green value is 150 (58.98% from 255 or 31.98% from 469); Blue value is 133 (52.34% from 255 or 28.36% from 469); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9685 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9685 is #45697A. Grayscale: #9E9E9E. Windows color (decimal): -4548987 or 8754874. OLE color: 8754874.

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

Color convert

RGB186150133-
CMYK00.190.280.27
HSL19.25º27.75%62.55%-
HSV(B)19.25º28.49%72.94%-
XYZ35.3933.9526.88-
YUV158.83113.43147.38-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.66%
GREEN value IS 150 (58.98% from 255) = 31.98%
BLUE value IS 133 (52.34% from 255) = 28.36%
R=39.66%
G=31.98%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615013300.190.280.2719.2527.7562.55
HexBA96850131C1B131c3f
Octal2722262050233433233477
Binary10111010100101101000010101001111100110111001111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9685; }

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

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

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

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

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

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

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

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