#B49F94

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

Shades of Del Rio #B49F94

Tints of Del Rio #B49F94

Color information

#B49F94 (or 0xB49F94) is unknown color: approx Del Rio. HEX triplet: B4, 9F and 94. RGB value is (180,159,148). Sum of RGB (Red+Green+Blue) = 180+159+148=487 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.96% from 487); Green value is 159 (62.5% from 255 or 32.65% from 487); Blue value is 148 (58.20% from 255 or 30.39% from 487); Max value from RGB is 180 - color contains mainly: red. Hex color #B49F94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49F94 is #4B606B. Grayscale: #A4A4A4. Windows color (decimal): -4939884 or 9740212. OLE color: 9740212.

HSL color Cylindrical-coordinate representation of color #B49F94: hue angle of 20.63º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B49F94 is Cyan = 0, Magento = 0.12, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB180159148-
CMYK00.120.180.29
HSL20.63º17.58%64.31%-
HSV(B)20.63º17.78%70.59%-
XYZ36.5736.6433.16-
YUV164.02118.96139.39-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.96%
GREEN value IS 159 (62.5% from 255) = 32.65%
BLUE value IS 148 (58.20% from 255) = 30.39%
R=36.96%
G=32.65%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015914800.120.180.2920.6317.5864.31
HexB49F940C121D151240
Octal26423722401422352522100
Binary10110100100111111001010001100100101110110101100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49F94; }

 p { color: rgb(180,159,148); }

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

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

 a { background-color: rgb(180,159,148); }

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

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

 span { border-color: rgb(180,159,148); }

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