#B49489

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

Shades of Del Rio #B49489

Tints of Del Rio #B49489

Color information

#B49489 (or 0xB49489) is unknown color: approx Del Rio. HEX triplet: B4, 94 and 89. RGB value is (180,148,137). Sum of RGB (Red+Green+Blue) = 180+148+137=465 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.71% from 465); Green value is 148 (58.20% from 255 or 31.83% from 465); Blue value is 137 (53.91% from 255 or 29.46% from 465); Max value from RGB is 180 - color contains mainly: red. Hex color #B49489 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49489 is #4B6B76. Grayscale: #9C9C9C. Windows color (decimal): -4942711 or 9016500. OLE color: 9016500.

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

Color convert

RGB180148137-
CMYK00.180.240.29
HSL15.35º22.28%62.16%-
HSV(B)15.35º23.89%70.59%-
XYZ33.9332.6928.19-
YUV156.31117.1144.89-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.71%
GREEN value IS 148 (58.20% from 255) = 31.83%
BLUE value IS 137 (53.91% from 255) = 29.46%
R=38.71%
G=31.83%
B=29.46%

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
Decimal18014813700.180.240.2915.3522.2862.16
HexB49489012181Df163e
Octal2642242110223035172676
Binary1011010010010100100010010100101100011101111110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49489; }

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

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

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

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

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

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

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

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