#B59C92

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

Shades of Del Rio #B59C92

Tints of Del Rio #B59C92

Color information

#B59C92 (or 0xB59C92) is unknown color: approx Del Rio. HEX triplet: B5, 9C and 92. RGB value is (181,156,146). Sum of RGB (Red+Green+Blue) = 181+156+146=483 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.47% from 483); Green value is 156 (61.33% from 255 or 32.30% from 483); Blue value is 146 (57.42% from 255 or 30.23% from 483); Max value from RGB is 181 - color contains mainly: red. Hex color #B59C92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59C92 is #4A636D. Grayscale: #A2A2A2. Windows color (decimal): -4875118 or 9608373. OLE color: 9608373.

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

Color convert

RGB181156146-
CMYK00.140.190.29
HSL17.14º19.13%64.12%-
HSV(B)17.14º19.34%70.98%-
XYZ36.1335.6832.18-
YUV162.33118.78141.31-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.47%
GREEN value IS 156 (61.33% from 255) = 32.30%
BLUE value IS 146 (57.42% from 255) = 30.23%
R=37.47%
G=32.30%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18115614600.140.190.2917.1419.1364.12
HexB59C920E131D111340
Octal26523422201623352123100
Binary10110101100111001001001001110100111110110001100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59C92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59C92; }

 p { color: rgb(181,156,146); }

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

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

 a { background-color: rgb(181,156,146); }

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

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

 span { border-color: rgb(181,156,146); }

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