#B49588

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

Shades of Del Rio #B49588

Tints of Del Rio #B49588

Color information

#B49588 (or 0xB49588) is unknown color: approx Del Rio. HEX triplet: B4, 95 and 88. RGB value is (180,149,136). Sum of RGB (Red+Green+Blue) = 180+149+136=465 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.71% from 465); Green value is 149 (58.59% from 255 or 32.04% from 465); Blue value is 136 (53.52% from 255 or 29.25% from 465); Max value from RGB is 180 - color contains mainly: red. Hex color #B49588 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49588 is #4B6A77. Grayscale: #9C9C9C. Windows color (decimal): -4942456 or 8951220. OLE color: 8951220.

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

Color convert

RGB180149136-
CMYK00.170.240.29
HSL17.73º22.68%61.96%-
HSV(B)17.73º24.44%70.59%-
XYZ34.0132.9827.86-
YUV156.79116.27144.56-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.71%
GREEN value IS 149 (58.59% from 255) = 32.04%
BLUE value IS 136 (53.52% from 255) = 29.25%
R=38.71%
G=32.04%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014913600.170.240.2917.7322.6861.96
HexB49588011181D12173e
Octal2642252100213035222776
Binary10110100100101011000100001000111000111011001010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49588; }

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

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

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

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

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

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

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

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