#B79485

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

Shades of Del Rio #B79485

Tints of Del Rio #B79485

Color information

#B79485 (or 0xB79485) is unknown color: approx Del Rio. HEX triplet: B7, 94 and 85. RGB value is (183,148,133). Sum of RGB (Red+Green+Blue) = 183+148+133=464 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.44% from 464); Green value is 148 (58.20% from 255 or 31.90% from 464); Blue value is 133 (52.34% from 255 or 28.66% from 464); Max value from RGB is 183 - color contains mainly: red. Hex color #B79485 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B79485 is #486B7A. Grayscale: #9C9C9C. Windows color (decimal): -4746107 or 8754359. OLE color: 8754359.

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

Color convert

RGB183148133-
CMYK00.190.270.28
HSL18º25.77%61.96%-
HSV(B)18º27.32%71.76%-
XYZ34.3532.9426.74-
YUV156.76114.6146.72-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.44%
GREEN value IS 148 (58.20% from 255) = 31.90%
BLUE value IS 133 (52.34% from 255) = 28.66%
R=39.44%
G=31.90%
B=28.66%

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
Decimal18314813300.190.270.281825.7761.96
HexB794850131B1C121a3e
Octal2672242050233334223276
Binary10110111100101001000010101001111011111001001011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79485; }

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

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

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

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

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

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

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

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