#B59F8C

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

Shades of Del Rio #B59F8C

Tints of Del Rio #B59F8C

Color information

#B59F8C (or 0xB59F8C) is unknown color: approx Del Rio. HEX triplet: B5, 9F and 8C. RGB value is (181,159,140). Sum of RGB (Red+Green+Blue) = 181+159+140=480 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.71% from 480); Green value is 159 (62.5% from 255 or 33.12% from 480); Blue value is 140 (55.08% from 255 or 29.17% from 480); Max value from RGB is 181 - color contains mainly: red. Hex color #B59F8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59F8C is #4A6073. Grayscale: #A3A3A3. Windows color (decimal): -4874356 or 9215925. OLE color: 9215925.

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

Color convert

RGB181159140-
CMYK00.120.230.29
HSL27.8º21.69%62.94%-
HSV(B)27.8º22.65%70.98%-
XYZ36.1936.5129.95-
YUV163.41114.79140.54-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.71%
GREEN value IS 159 (62.5% from 255) = 33.12%
BLUE value IS 140 (55.08% from 255) = 29.17%
R=37.71%
G=33.12%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18115914000.120.230.2927.821.6962.94
HexB59F8C0C171D1c163f
Octal2652372140142735342677
Binary1011010110011111100011000110010111111011110010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59F8C; }

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

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

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

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

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

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

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

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