#B49788

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

Shades of Del Rio #B49788

Tints of Del Rio #B49788

Color information

#B49788 (or 0xB49788) is unknown color: approx Del Rio. HEX triplet: B4, 97 and 88. RGB value is (180,151,136). Sum of RGB (Red+Green+Blue) = 180+151+136=467 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.54% from 467); Green value is 151 (59.38% from 255 or 32.33% from 467); Blue value is 136 (53.52% from 255 or 29.12% from 467); Max value from RGB is 180 - color contains mainly: red. Hex color #B49788 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49788 is #4B6877. Grayscale: #9E9E9E. Windows color (decimal): -4941944 or 8951732. OLE color: 8951732.

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

Color convert

RGB180151136-
CMYK00.160.240.29
HSL20.45º22.68%61.96%-
HSV(B)20.45º24.44%70.59%-
XYZ34.3333.6127.97-
YUV157.96115.61143.72-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.54%
GREEN value IS 151 (59.38% from 255) = 32.33%
BLUE value IS 136 (53.52% from 255) = 29.12%
R=38.54%
G=32.33%
B=29.12%

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
Decimal18015113600.160.240.2920.4522.6861.96
HexB49788010181D14173e
Octal2642272100203035242776
Binary10110100100101111000100001000011000111011010010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49788; }

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

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

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

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

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

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

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

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