#BA958B

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

Shades of Del Rio #BA958B

Tints of Del Rio #BA958B

Color information

#BA958B (or 0xBA958B) is unknown color: approx Del Rio. HEX triplet: BA, 95 and 8B. RGB value is (186,149,139). Sum of RGB (Red+Green+Blue) = 186+149+139=474 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.24% from 474); Green value is 149 (58.59% from 255 or 31.43% from 474); Blue value is 139 (54.69% from 255 or 29.32% from 474); Max value from RGB is 186 - color contains mainly: red. Hex color #BA958B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA958B is #456A74. Grayscale: #9E9E9E. Windows color (decimal): -4549237 or 9147834. OLE color: 9147834.

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

Color convert

RGB186149139-
CMYK00.200.250.27
HSL12.77º25.41%63.73%-
HSV(B)12.77º25.27%72.94%-
XYZ35.6633.829.07-
YUV158.92116.76147.31-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.24%
GREEN value IS 149 (58.59% from 255) = 31.43%
BLUE value IS 139 (54.69% from 255) = 29.32%
R=39.24%
G=31.43%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614913900.200.250.2712.7725.4163.73
HexBA958B014191Bd1940
Octal27222521302431331531100
Binary10111010100101011000101101010011001110111101110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA958B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA958B; }

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

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

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

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

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

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

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

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