#B49585

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

Shades of Del Rio #B49585

Tints of Del Rio #B49585

Color information

#B49585 (or 0xB49585) is unknown color: approx Del Rio. HEX triplet: B4, 95 and 85. RGB value is (180,149,133). Sum of RGB (Red+Green+Blue) = 180+149+133=462 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.96% from 462); Green value is 149 (58.59% from 255 or 32.25% from 462); Blue value is 133 (52.34% from 255 or 28.79% from 462); Max value from RGB is 180 - color contains mainly: red. Hex color #B49585 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49585 is #4B6A7A. Grayscale: #9C9C9C. Windows color (decimal): -4942459 or 8754612. OLE color: 8754612.

HSL color Cylindrical-coordinate representation of color #B49585: hue angle of 20.43º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B49585 is Cyan = 0, Magento = 0.17, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB180149133-
CMYK00.170.260.29
HSL20.43º23.86%61.37%-
HSV(B)20.43º26.11%70.59%-
XYZ33.832.8926.76-
YUV156.44114.77144.8-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.96%
GREEN value IS 149 (58.59% from 255) = 32.25%
BLUE value IS 133 (52.34% from 255) = 28.79%
R=38.96%
G=32.25%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014913300.170.260.2920.4323.8661.37
HexB495850111A1D14183d
Octal2642252050213235243075
Binary10110100100101011000010101000111010111011010011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49585; }

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

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

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

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

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

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

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

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