#B49488

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

Shades of Del Rio #B49488

Tints of Del Rio #B49488

Color information

#B49488 (or 0xB49488) is unknown color: approx Del Rio. HEX triplet: B4, 94 and 88. RGB value is (180,148,136). Sum of RGB (Red+Green+Blue) = 180+148+136=464 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.79% from 464); Green value is 148 (58.20% from 255 or 31.90% from 464); Blue value is 136 (53.52% from 255 or 29.31% from 464); Max value from RGB is 180 - color contains mainly: red. Hex color #B49488 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49488 is #4B6B77. Grayscale: #9C9C9C. Windows color (decimal): -4942712 or 8950964. OLE color: 8950964.

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

Color convert

RGB180148136-
CMYK00.180.240.29
HSL16.36º22.68%61.96%-
HSV(B)16.36º24.44%70.59%-
XYZ33.8632.6627.81-
YUV156.2116.6144.98-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.79%
GREEN value IS 148 (58.20% from 255) = 31.90%
BLUE value IS 136 (53.52% from 255) = 29.31%
R=38.79%
G=31.90%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014813600.180.240.2916.3622.6861.96
HexB49488012181D10173e
Octal2642242100223035202776
Binary10110100100101001000100001001011000111011000010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49488; }

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

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

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

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

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

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

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

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