#B49184

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

Shades of Del Rio #B49184

Tints of Del Rio #B49184

Color information

#B49184 (or 0xB49184) is unknown color: approx Del Rio. HEX triplet: B4, 91 and 84. RGB value is (180,145,132). Sum of RGB (Red+Green+Blue) = 180+145+132=457 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.39% from 457); Green value is 145 (57.03% from 255 or 31.73% from 457); Blue value is 132 (51.95% from 255 or 28.88% from 457); Max value from RGB is 180 - color contains mainly: red. Hex color #B49184 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49184 is #4B6E7B. Grayscale: #9A9A9A. Windows color (decimal): -4943484 or 8688052. OLE color: 8688052.

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

Color convert

RGB180145132-
CMYK00.190.270.29
HSL16.25º24.24%61.18%-
HSV(B)16.25º26.67%70.59%-
XYZ33.1131.6226.19-
YUV153.98115.6146.56-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.39%
GREEN value IS 145 (57.03% from 255) = 31.73%
BLUE value IS 132 (51.95% from 255) = 28.88%
R=39.39%
G=31.73%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014513200.190.270.2916.2524.2461.18
HexB491840131B1D10183d
Octal2642212040233335203075
Binary10110100100100011000010001001111011111011000011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49184; }

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

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

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

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

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

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

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

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