#B49484

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

Shades of Del Rio #B49484

Tints of Del Rio #B49484

Color information

#B49484 (or 0xB49484) is unknown color: approx Del Rio. HEX triplet: B4, 94 and 84. RGB value is (180,148,132). Sum of RGB (Red+Green+Blue) = 180+148+132=460 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.13% from 460); Green value is 148 (58.20% from 255 or 32.17% from 460); Blue value is 132 (51.95% from 255 or 28.70% from 460); Max value from RGB is 180 - color contains mainly: red. Hex color #B49484 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49484 is #4B6B7B. Grayscale: #9B9B9B. Windows color (decimal): -4942716 or 8688820. OLE color: 8688820.

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

Color convert

RGB180148132-
CMYK00.180.270.29
HSL20º24.24%61.18%-
HSV(B)20º26.67%70.59%-
XYZ33.5832.5526.34-
YUV155.74114.6145.3-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.13%
GREEN value IS 148 (58.20% from 255) = 32.17%
BLUE value IS 132 (51.95% from 255) = 28.70%
R=39.13%
G=32.17%
B=28.70%

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
Decimal18014813200.180.270.292024.2461.18
HexB494840121B1D14183d
Octal2642242040223335243075
Binary10110100100101001000010001001011011111011010011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49484; }

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

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

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

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

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

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

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

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