#BA9C8B

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

Shades of Del Rio #BA9C8B

Tints of Del Rio #BA9C8B

Color information

#BA9C8B (or 0xBA9C8B) is unknown color: approx Del Rio. HEX triplet: BA, 9C and 8B. RGB value is (186,156,139). Sum of RGB (Red+Green+Blue) = 186+156+139=481 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.67% from 481); Green value is 156 (61.33% from 255 or 32.43% from 481); Blue value is 139 (54.69% from 255 or 28.90% from 481); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9C8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9C8B is #456374. Grayscale: #A3A3A3. Windows color (decimal): -4547445 or 9149626. OLE color: 9149626.

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

Color convert

RGB186156139-
CMYK00.160.250.27
HSL21.7º25.41%63.73%-
HSV(B)21.7º25.27%72.94%-
XYZ36.836.0829.45-
YUV163.03114.44144.38-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.67%
GREEN value IS 156 (61.33% from 255) = 32.43%
BLUE value IS 139 (54.69% from 255) = 28.90%
R=38.67%
G=32.43%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615613900.160.250.2721.725.4163.73
HexBA9C8B010191B161940
Octal27223421302031332631100
Binary101110101001110010001011010000110011101110110110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9C8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9C8B; }

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

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

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

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

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

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

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

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