#B49384

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

Shades of Del Rio #B49384

Tints of Del Rio #B49384

Color information

#B49384 (or 0xB49384) is unknown color: approx Del Rio. HEX triplet: B4, 93 and 84. RGB value is (180,147,132). Sum of RGB (Red+Green+Blue) = 180+147+132=459 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.22% from 459); Green value is 147 (57.81% from 255 or 32.03% from 459); Blue value is 132 (51.95% from 255 or 28.76% from 459); Max value from RGB is 180 - color contains mainly: red. Hex color #B49384 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49384 is #4B6C7B. Grayscale: #9B9B9B. Windows color (decimal): -4942972 or 8688564. OLE color: 8688564.

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

Color convert

RGB180147132-
CMYK00.180.270.29
HSL18.75º24.24%61.18%-
HSV(B)18.75º26.67%70.59%-
XYZ33.4232.2426.29-
YUV155.16114.93145.72-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.22%
GREEN value IS 147 (57.81% from 255) = 32.03%
BLUE value IS 132 (51.95% from 255) = 28.76%
R=39.22%
G=32.03%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014713200.180.270.2918.7524.2461.18
HexB493840121B1D13183d
Octal2642232040223335233075
Binary10110100100100111000010001001011011111011001111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49384; }

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

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

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

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

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

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

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

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