#B49A88

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

Shades of Del Rio #B49A88

Tints of Del Rio #B49A88

Color information

#B49A88 (or 0xB49A88) is unknown color: approx Del Rio. HEX triplet: B4, 9A and 88. RGB value is (180,154,136). Sum of RGB (Red+Green+Blue) = 180+154+136=470 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.30% from 470); Green value is 154 (60.55% from 255 or 32.77% from 470); Blue value is 136 (53.52% from 255 or 28.94% from 470); Max value from RGB is 180 - color contains mainly: red. Hex color #B49A88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49A88 is #4B6577. Grayscale: #9F9F9F. Windows color (decimal): -4941176 or 8952500. OLE color: 8952500.

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

Color convert

RGB180154136-
CMYK00.140.240.29
HSL24.55º22.68%61.96%-
HSV(B)24.55º24.44%70.59%-
XYZ34.8234.5928.13-
YUV159.72114.61142.46-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.30%
GREEN value IS 154 (60.55% from 255) = 32.77%
BLUE value IS 136 (53.52% from 255) = 28.94%
R=38.30%
G=32.77%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015413600.140.240.2924.5522.6861.96
HexB49A880E181D19173e
Octal2642322100163035312776
Binary1011010010011010100010000111011000111011100110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49A88; }

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

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

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

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

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

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

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

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