#B49887

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

Shades of Del Rio #B49887

Tints of Del Rio #B49887

Color information

#B49887 (or 0xB49887) is unknown color: approx Del Rio. HEX triplet: B4, 98 and 87. RGB value is (180,152,135). Sum of RGB (Red+Green+Blue) = 180+152+135=467 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.54% from 467); Green value is 152 (59.77% from 255 or 32.55% from 467); Blue value is 135 (53.12% from 255 or 28.91% from 467); Max value from RGB is 180 - color contains mainly: red. Hex color #B49887 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49887 is #4B6778. Grayscale: #9E9E9E. Windows color (decimal): -4941689 or 8886452. OLE color: 8886452.

HSL color Cylindrical-coordinate representation of color #B49887: hue angle of 22.67º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B49887 is Cyan = 0, Magento = 0.16, Yellow = 0.25 and Black (K on CMYK) = 0.29.

Color convert

RGB180152135-
CMYK00.160.250.29
HSL22.67º23.08%61.76%-
HSV(B)22.67º25%70.59%-
XYZ34.4233.9127.65-
YUV158.43114.78143.38-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.54%
GREEN value IS 152 (59.77% from 255) = 32.55%
BLUE value IS 135 (53.12% from 255) = 28.91%
R=38.54%
G=32.55%
B=28.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015213500.160.250.2922.6723.0861.76
HexB49887010191D17173e
Octal2642302070203135272776
Binary10110100100110001000011101000011001111011011110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49887; }

 p { color: rgb(180,152,135); }

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

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

 a { background-color: rgb(180,152,135); }

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

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

 span { border-color: rgb(180,152,135); }

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