#B59386

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

Shades of Del Rio #B59386

Tints of Del Rio #B59386

Color information

#B59386 (or 0xB59386) is unknown color: approx Del Rio. HEX triplet: B5, 93 and 86. RGB value is (181,147,134). Sum of RGB (Red+Green+Blue) = 181+147+134=462 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.18% from 462); Green value is 147 (57.81% from 255 or 31.82% from 462); Blue value is 134 (52.73% from 255 or 29.00% from 462); Max value from RGB is 181 - color contains mainly: red. Hex color #B59386 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59386 is #4A6C79. Grayscale: #9B9B9B. Windows color (decimal): -4877434 or 8819637. OLE color: 8819637.

HSL color Cylindrical-coordinate representation of color #B59386: hue angle of 16.6º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B59386 is Cyan = 0, Magento = 0.19, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB181147134-
CMYK00.190.260.29
HSL16.6º24.1%61.76%-
HSV(B)16.6º25.97%70.98%-
XYZ33.7932.4127.03-
YUV155.68115.76146.06-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.18%
GREEN value IS 147 (57.81% from 255) = 31.82%
BLUE value IS 134 (52.73% from 255) = 29.00%
R=39.18%
G=31.82%
B=29.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18114713400.190.260.2916.624.161.76
HexB593860131A1D11183e
Octal2652232060233235213076
Binary10110101100100111000011001001111010111011000111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59386; }

 p { color: rgb(181,147,134); }

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

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

 a { background-color: rgb(181,147,134); }

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

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

 span { border-color: rgb(181,147,134); }

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