#B49287

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

Shades of Del Rio #B49287

Tints of Del Rio #B49287

Color information

#B49287 (or 0xB49287) is unknown color: approx Del Rio. HEX triplet: B4, 92 and 87. RGB value is (180,146,135). Sum of RGB (Red+Green+Blue) = 180+146+135=461 (61% of max value = 765). Red value is 180 (70.70% from 255 or 39.05% from 461); Green value is 146 (57.42% from 255 or 31.67% from 461); Blue value is 135 (53.12% from 255 or 29.28% from 461); Max value from RGB is 180 - color contains mainly: red. Hex color #B49287 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49287 is #4B6D78. Grayscale: #9A9A9A. Windows color (decimal): -4943225 or 8884916. OLE color: 8884916.

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

Color convert

RGB180146135-
CMYK00.190.250.29
HSL14.67º23.08%61.76%-
HSV(B)14.67º25%70.59%-
XYZ33.4732.0127.34-
YUV154.91116.76145.89-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.05%
GREEN value IS 146 (57.42% from 255) = 31.67%
BLUE value IS 135 (53.12% from 255) = 29.28%
R=39.05%
G=31.67%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014613500.190.250.2914.6723.0861.76
HexB49287013191Df173e
Octal2642222070233135172776
Binary1011010010010010100001110100111100111101111110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49287; }

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

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

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

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

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

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

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

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