#B49989

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

Shades of Del Rio #B49989

Tints of Del Rio #B49989

Color information

#B49989 (or 0xB49989) is unknown color: approx Del Rio. HEX triplet: B4, 99 and 89. RGB value is (180,153,137). Sum of RGB (Red+Green+Blue) = 180+153+137=470 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.30% from 470); Green value is 153 (60.16% from 255 or 32.55% from 470); Blue value is 137 (53.91% from 255 or 29.15% from 470); Max value from RGB is 180 - color contains mainly: red. Hex color #B49989 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49989 is #4B6676. Grayscale: #9F9F9F. Windows color (decimal): -4941431 or 9017780. OLE color: 9017780.

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

Color convert

RGB180153137-
CMYK00.150.240.29
HSL22.33º22.28%62.16%-
HSV(B)22.33º23.89%70.59%-
XYZ34.7334.2928.46-
YUV159.25115.45142.8-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.30%
GREEN value IS 153 (60.16% from 255) = 32.55%
BLUE value IS 137 (53.91% from 255) = 29.15%
R=38.30%
G=32.55%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015313700.150.240.2922.3322.2862.16
HexB499890F181D16163e
Octal2642312110173035262676
Binary1011010010011001100010010111111000111011011010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49989; }

 p { color: rgb(180,153,137); }

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

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

 a { background-color: rgb(180,153,137); }

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

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

 span { border-color: rgb(180,153,137); }

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