#B49286

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

Shades of Del Rio #B49286

Tints of Del Rio #B49286

Color information

#B49286 (or 0xB49286) is unknown color: approx Del Rio. HEX triplet: B4, 92 and 86. RGB value is (180,146,134). Sum of RGB (Red+Green+Blue) = 180+146+134=460 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.13% from 460); Green value is 146 (57.42% from 255 or 31.74% from 460); Blue value is 134 (52.73% from 255 or 29.13% from 460); Max value from RGB is 180 - color contains mainly: red. Hex color #B49286 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49286 is #4B6D79. Grayscale: #9A9A9A. Windows color (decimal): -4943226 or 8819380. OLE color: 8819380.

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

Color convert

RGB180146134-
CMYK00.190.260.29
HSL15.65º23.47%61.57%-
HSV(B)15.65º25.56%70.59%-
XYZ33.431.9826.97-
YUV154.8116.26145.98-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.13%
GREEN value IS 146 (57.42% from 255) = 31.74%
BLUE value IS 134 (52.73% from 255) = 29.13%
R=39.13%
G=31.74%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014613400.190.260.2915.6523.4761.57
HexB492860131A1D10173e
Octal2642222060233235202776
Binary10110100100100101000011001001111010111011000010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49286; }

 p { color: rgb(180,146,134); }

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

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

 a { background-color: rgb(180,146,134); }

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

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

 span { border-color: rgb(180,146,134); }

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