#B49285

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

Shades of Del Rio #B49285

Tints of Del Rio #B49285

Color information

#B49285 (or 0xB49285) is unknown color: approx Del Rio. HEX triplet: B4, 92 and 85. RGB value is (180,146,133). Sum of RGB (Red+Green+Blue) = 180+146+133=459 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.22% from 459); Green value is 146 (57.42% from 255 or 31.81% from 459); Blue value is 133 (52.34% from 255 or 28.98% from 459); Max value from RGB is 180 - color contains mainly: red. Hex color #B49285 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49285 is #4B6D7A. Grayscale: #9A9A9A. Windows color (decimal): -4943227 or 8753844. OLE color: 8753844.

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

Color convert

RGB180146133-
CMYK00.190.260.29
HSL16.6º23.86%61.37%-
HSV(B)16.6º26.11%70.59%-
XYZ33.3331.9526.6-
YUV154.68115.76146.06-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.22%
GREEN value IS 146 (57.42% from 255) = 31.81%
BLUE value IS 133 (52.34% from 255) = 28.98%
R=39.22%
G=31.81%
B=28.98%

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
Decimal18014613300.190.260.2916.623.8661.37
HexB492850131A1D11183d
Octal2642222050233235213075
Binary10110100100100101000010101001111010111011000111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49285; }

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

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

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

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

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

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

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

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