#B49B90

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

Shades of Del Rio #B49B90

Tints of Del Rio #B49B90

Color information

#B49B90 (or 0xB49B90) is unknown color: approx Del Rio. HEX triplet: B4, 9B and 90. RGB value is (180,155,144). Sum of RGB (Red+Green+Blue) = 180+155+144=479 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.58% from 479); Green value is 155 (60.94% from 255 or 32.36% from 479); Blue value is 144 (56.64% from 255 or 30.06% from 479); Max value from RGB is 180 - color contains mainly: red. Hex color #B49B90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49B90 is #4B646F. Grayscale: #A1A1A1. Windows color (decimal): -4940912 or 9477044. OLE color: 9477044.

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

Color convert

RGB180155144-
CMYK00.140.20.29
HSL18.33º19.35%63.53%-
HSV(B)18.33º20%70.59%-
XYZ35.5835.1631.3-
YUV161.22118.28141.39-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.58%
GREEN value IS 155 (60.94% from 255) = 32.36%
BLUE value IS 144 (56.64% from 255) = 30.06%
R=37.58%
G=32.36%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.2
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015514400.140.20.2918.3319.3563.53
HexB49B900E141D121340
Octal26423322001624352223100
Binary10110100100110111001000001110101001110110010100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49B90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49B90; }

 p { color: rgb(180,155,144); }

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

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

 a { background-color: rgb(180,155,144); }

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

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

 span { border-color: rgb(180,155,144); }

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