#B49385

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

Shades of Del Rio #B49385

Tints of Del Rio #B49385

Color information

#B49385 (or 0xB49385) is unknown color: approx Del Rio. HEX triplet: B4, 93 and 85. RGB value is (180,147,133). Sum of RGB (Red+Green+Blue) = 180+147+133=460 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.13% from 460); Green value is 147 (57.81% from 255 or 31.96% from 460); Blue value is 133 (52.34% from 255 or 28.91% from 460); Max value from RGB is 180 - color contains mainly: red. Hex color #B49385 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49385 is #4B6C7A. Grayscale: #9B9B9B. Windows color (decimal): -4942971 or 8754100. OLE color: 8754100.

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

Color convert

RGB180147133-
CMYK00.180.260.29
HSL17.87º23.86%61.37%-
HSV(B)17.87º26.11%70.59%-
XYZ33.4932.2626.65-
YUV155.27115.43145.64-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.13%
GREEN value IS 147 (57.81% from 255) = 31.96%
BLUE value IS 133 (52.34% from 255) = 28.91%
R=39.13%
G=31.96%
B=28.91%

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
Decimal18014713300.180.260.2917.8723.8661.37
HexB493850121A1D12183d
Octal2642232050223235223075
Binary10110100100100111000010101001011010111011001011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49385; }

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

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

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

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

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

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

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

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