#BA9B8B

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

Shades of Del Rio #BA9B8B

Tints of Del Rio #BA9B8B

Color information

#BA9B8B (or 0xBA9B8B) is unknown color: approx Del Rio. HEX triplet: BA, 9B and 8B. RGB value is (186,155,139). Sum of RGB (Red+Green+Blue) = 186+155+139=480 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.75% from 480); Green value is 155 (60.94% from 255 or 32.29% from 480); Blue value is 139 (54.69% from 255 or 28.96% from 480); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9B8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9B8B is #456474. Grayscale: #A2A2A2. Windows color (decimal): -4547701 or 9149370. OLE color: 9149370.

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

Color convert

RGB186155139-
CMYK00.170.250.27
HSL20.43º25.41%63.73%-
HSV(B)20.43º25.27%72.94%-
XYZ36.6335.7529.4-
YUV162.44114.77144.8-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.75%
GREEN value IS 155 (60.94% from 255) = 32.29%
BLUE value IS 139 (54.69% from 255) = 28.96%
R=38.75%
G=32.29%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615513900.170.250.2720.4325.4163.73
HexBA9B8B011191B141940
Octal27223321302131332431100
Binary101110101001101110001011010001110011101110100110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9B8B; }

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

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

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

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

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

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

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

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