#B79585

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

Shades of Del Rio #B79585

Tints of Del Rio #B79585

Color information

#B79585 (or 0xB79585) is unknown color: approx Del Rio. HEX triplet: B7, 95 and 85. RGB value is (183,149,133). Sum of RGB (Red+Green+Blue) = 183+149+133=465 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.35% from 465); Green value is 149 (58.59% from 255 or 32.04% from 465); Blue value is 133 (52.34% from 255 or 28.60% from 465); Max value from RGB is 183 - color contains mainly: red. Hex color #B79585 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B79585 is #486A7A. Grayscale: #9D9D9D. Windows color (decimal): -4745851 or 8754615. OLE color: 8754615.

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

Color convert

RGB183149133-
CMYK00.190.270.28
HSL19.2º25.77%61.96%-
HSV(B)19.2º27.32%71.76%-
XYZ34.5133.2626.79-
YUV157.34114.26146.3-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.35%
GREEN value IS 149 (58.59% from 255) = 32.04%
BLUE value IS 133 (52.34% from 255) = 28.60%
R=39.35%
G=32.04%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.27
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18314913300.190.270.2819.225.7761.96
HexB795850131B1C131a3e
Octal2672252050233334233276
Binary10110111100101011000010101001111011111001001111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79585; }

 p { color: rgb(183,149,133); }

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

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

 a { background-color: rgb(183,149,133); }

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

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

 span { border-color: rgb(183,149,133); }

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