#B59F8D

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

Shades of Del Rio #B59F8D

Tints of Del Rio #B59F8D

Color information

#B59F8D (or 0xB59F8D) is unknown color: approx Del Rio. HEX triplet: B5, 9F and 8D. RGB value is (181,159,141). Sum of RGB (Red+Green+Blue) = 181+159+141=481 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.63% from 481); Green value is 159 (62.5% from 255 or 33.06% from 481); Blue value is 141 (55.47% from 255 or 29.31% from 481); Max value from RGB is 181 - color contains mainly: red. Hex color #B59F8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59F8D is #4A6072. Grayscale: #A3A3A3. Windows color (decimal): -4874355 or 9281461. OLE color: 9281461.

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

Color convert

RGB181159141-
CMYK00.120.220.29
HSL27º21.28%63.14%-
HSV(B)27º22.1%70.98%-
XYZ36.2636.5430.34-
YUV163.53115.29140.46-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.63%
GREEN value IS 159 (62.5% from 255) = 33.06%
BLUE value IS 141 (55.47% from 255) = 29.31%
R=37.63%
G=33.06%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18115914100.120.220.292721.2863.14
HexB59F8D0C161D1b153f
Octal2652372150142635332577
Binary1011010110011111100011010110010110111011101110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59F8D; }

 p { color: rgb(181,159,141); }

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

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

 a { background-color: rgb(181,159,141); }

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

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

 span { border-color: rgb(181,159,141); }

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