#B5958C

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

Shades of Del Rio #B5958C

Tints of Del Rio #B5958C

Color information

#B5958C (or 0xB5958C) is unknown color: approx Del Rio. HEX triplet: B5, 95 and 8C. RGB value is (181,149,140). Sum of RGB (Red+Green+Blue) = 181+149+140=470 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.51% from 470); Green value is 149 (58.59% from 255 or 31.70% from 470); Blue value is 140 (55.08% from 255 or 29.79% from 470); Max value from RGB is 181 - color contains mainly: red. Hex color #B5958C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5958C is #4A6A73. Grayscale: #9D9D9D. Windows color (decimal): -4876916 or 9213365. OLE color: 9213365.

HSL color Cylindrical-coordinate representation of color #B5958C: hue angle of 13.17º degrees, saturation: 0.22, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B5958C is Cyan = 0, Magento = 0.18, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB181149140-
CMYK00.180.230.29
HSL13.17º21.69%62.94%-
HSV(B)13.17º22.65%70.98%-
XYZ34.5433.2129.4-
YUV157.54118.1144.73-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.51%
GREEN value IS 149 (58.59% from 255) = 31.70%
BLUE value IS 140 (55.08% from 255) = 29.79%
R=38.51%
G=31.70%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18114914000.180.230.2913.1721.6962.94
HexB5958C012171Dd163f
Octal2652252140222735152677
Binary1011010110010101100011000100101011111101110110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5958C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5958C; }

 p { color: rgb(181,149,140); }

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

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

 a { background-color: rgb(181,149,140); }

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

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

 span { border-color: rgb(181,149,140); }

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