#B49B8D

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

Shades of Del Rio #B49B8D

Tints of Del Rio #B49B8D

Color information

#B49B8D (or 0xB49B8D) is unknown color: approx Del Rio. HEX triplet: B4, 9B and 8D. RGB value is (180,155,141). Sum of RGB (Red+Green+Blue) = 180+155+141=476 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.82% from 476); Green value is 155 (60.94% from 255 or 32.56% from 476); Blue value is 141 (55.47% from 255 or 29.62% from 476); Max value from RGB is 180 - color contains mainly: red. Hex color #B49B8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49B8D is #4B6472. Grayscale: #A0A0A0. Windows color (decimal): -4940915 or 9280436. OLE color: 9280436.

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

Color convert

RGB180155141-
CMYK00.140.220.29
HSL21.54º20.63%62.94%-
HSV(B)21.54º21.67%70.59%-
XYZ35.3535.0730.11-
YUV160.88116.78141.64-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.82%
GREEN value IS 155 (60.94% from 255) = 32.56%
BLUE value IS 141 (55.47% from 255) = 29.62%
R=37.82%
G=32.56%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015514100.140.220.2921.5420.6362.94
HexB49B8D0E161D16153f
Octal2642332150162635262577
Binary1011010010011011100011010111010110111011011010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49B8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49B8D; }

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

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

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

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

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

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

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

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