#B49485

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

Shades of Del Rio #B49485

Tints of Del Rio #B49485

Color information

#B49485 (or 0xB49485) is unknown color: approx Del Rio. HEX triplet: B4, 94 and 85. RGB value is (180,148,133). Sum of RGB (Red+Green+Blue) = 180+148+133=461 (61% of max value = 765). Red value is 180 (70.70% from 255 or 39.05% from 461); Green value is 148 (58.20% from 255 or 32.10% from 461); Blue value is 133 (52.34% from 255 or 28.85% from 461); Max value from RGB is 180 - color contains mainly: red. Hex color #B49485 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49485 is #4B6B7A. Grayscale: #9B9B9B. Windows color (decimal): -4942715 or 8754356. OLE color: 8754356.

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

Color convert

RGB180148133-
CMYK00.180.260.29
HSL19.15º23.86%61.37%-
HSV(B)19.15º26.11%70.59%-
XYZ33.6532.5826.7-
YUV155.86115.1145.22-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.05%
GREEN value IS 148 (58.20% from 255) = 32.10%
BLUE value IS 133 (52.34% from 255) = 28.85%
R=39.05%
G=32.10%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014813300.180.260.2919.1523.8661.37
HexB494850121A1D13183d
Octal2642242050223235233075
Binary10110100100101001000010101001011010111011001111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49485; }

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

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

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

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

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

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

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

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