#B79685

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

Shades of Del Rio #B79685

Tints of Del Rio #B79685

Color information

#B79685 (or 0xB79685) is unknown color: approx Del Rio. HEX triplet: B7, 96 and 85. RGB value is (183,150,133). Sum of RGB (Red+Green+Blue) = 183+150+133=466 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.27% from 466); Green value is 150 (58.98% from 255 or 32.19% from 466); Blue value is 133 (52.34% from 255 or 28.54% from 466); Max value from RGB is 183 - color contains mainly: red. Hex color #B79685 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B79685 is #48697A. Grayscale: #9E9E9E. Windows color (decimal): -4745595 or 8754871. OLE color: 8754871.

HSL color Cylindrical-coordinate representation of color #B79685: hue angle of 20.4º 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 #B79685 is Cyan = 0, Magento = 0.18, Yellow = 0.27 and Black (K on CMYK) = 0.28.

Color convert

RGB183150133-
CMYK00.180.270.28
HSL20.4º25.77%61.96%-
HSV(B)20.4º27.32%71.76%-
XYZ34.6733.5726.84-
YUV157.93113.93145.88-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.27%
GREEN value IS 150 (58.98% from 255) = 32.19%
BLUE value IS 133 (52.34% from 255) = 28.54%
R=39.27%
G=32.19%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.27
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18315013300.180.270.2820.425.7761.96
HexB796850121B1C141a3e
Octal2672262050223334243276
Binary10110111100101101000010101001011011111001010011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79685; }

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

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

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

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

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

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

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

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