#B59B93

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

Shades of Del Rio #B59B93

Tints of Del Rio #B59B93

Color information

#B59B93 (or 0xB59B93) is unknown color: approx Del Rio. HEX triplet: B5, 9B and 93. RGB value is (181,155,147). Sum of RGB (Red+Green+Blue) = 181+155+147=483 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.47% from 483); Green value is 155 (60.94% from 255 or 32.09% from 483); Blue value is 147 (57.81% from 255 or 30.43% from 483); Max value from RGB is 181 - color contains mainly: red. Hex color #B59B93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59B93 is #4A646C. Grayscale: #A1A1A1. Windows color (decimal): -4875373 or 9673653. OLE color: 9673653.

HSL color Cylindrical-coordinate representation of color #B59B93: hue angle of 14.12º 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 #B59B93 is Cyan = 0, Magento = 0.14, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB181155147-
CMYK00.140.190.29
HSL14.12º18.68%64.31%-
HSV(B)14.12º18.78%70.98%-
XYZ36.0435.3732.53-
YUV161.86119.61141.65-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.47%
GREEN value IS 155 (60.94% from 255) = 32.09%
BLUE value IS 147 (57.81% from 255) = 30.43%
R=37.47%
G=32.09%
B=30.43%

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
Decimal18115514700.140.190.2914.1218.6864.31
HexB59B930E131De1340
Octal26523322301623351623100
Binary1011010110011011100100110111010011111011110100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59B93; }

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

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

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

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

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

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

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

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