#B49387

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

Shades of Del Rio #B49387

Tints of Del Rio #B49387

Color information

#B49387 (or 0xB49387) is unknown color: approx Del Rio. HEX triplet: B4, 93 and 87. RGB value is (180,147,135). Sum of RGB (Red+Green+Blue) = 180+147+135=462 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.96% from 462); Green value is 147 (57.81% from 255 or 31.82% from 462); Blue value is 135 (53.12% from 255 or 29.22% from 462); Max value from RGB is 180 - color contains mainly: red. Hex color #B49387 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49387 is #4B6C78. Grayscale: #9B9B9B. Windows color (decimal): -4942969 or 8885172. OLE color: 8885172.

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

Color convert

RGB180147135-
CMYK00.180.250.29
HSL16º23.08%61.76%-
HSV(B)16º25%70.59%-
XYZ33.6332.3227.39-
YUV155.5116.43145.48-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.96%
GREEN value IS 147 (57.81% from 255) = 31.82%
BLUE value IS 135 (53.12% from 255) = 29.22%
R=38.96%
G=31.82%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014713500.180.250.291623.0861.76
HexB49387012191D10173e
Octal2642232070223135202776
Binary10110100100100111000011101001011001111011000010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49387; }

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

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

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

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

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

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

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

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