#B49888

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

Shades of Del Rio #B49888

Tints of Del Rio #B49888

Color information

#B49888 (or 0xB49888) is unknown color: approx Del Rio. HEX triplet: B4, 98 and 88. RGB value is (180,152,136). Sum of RGB (Red+Green+Blue) = 180+152+136=468 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.46% from 468); Green value is 152 (59.77% from 255 or 32.48% from 468); Blue value is 136 (53.52% from 255 or 29.06% from 468); Max value from RGB is 180 - color contains mainly: red. Hex color #B49888 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49888 is #4B6777. Grayscale: #9E9E9E. Windows color (decimal): -4941688 or 8951988. OLE color: 8951988.

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

Color convert

RGB180152136-
CMYK00.160.240.29
HSL21.82º22.68%61.96%-
HSV(B)21.82º24.44%70.59%-
XYZ34.4933.9428.03-
YUV158.55115.28143.3-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.46%
GREEN value IS 152 (59.77% from 255) = 32.48%
BLUE value IS 136 (53.52% from 255) = 29.06%
R=38.46%
G=32.48%
B=29.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015213600.160.240.2921.8222.6861.96
HexB49888010181D16173e
Octal2642302100203035262776
Binary10110100100110001000100001000011000111011011010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49888; }

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

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

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

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

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

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

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

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