#B49D93

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

Shades of Del Rio #B49D93

Tints of Del Rio #B49D93

Color information

#B49D93 (or 0xB49D93) is unknown color: approx Del Rio. HEX triplet: B4, 9D and 93. RGB value is (180,157,147). Sum of RGB (Red+Green+Blue) = 180+157+147=484 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.19% from 484); Green value is 157 (61.72% from 255 or 32.44% from 484); Blue value is 147 (57.81% from 255 or 30.37% from 484); Max value from RGB is 180 - color contains mainly: red. Hex color #B49D93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49D93 is #4B626C. Grayscale: #A2A2A2. Windows color (decimal): -4940397 or 9674164. OLE color: 9674164.

HSL color Cylindrical-coordinate representation of color #B49D93: hue angle of 18.18º 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 #B49D93 is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB180157147-
CMYK00.130.180.29
HSL18.18º18.03%64.12%-
HSV(B)18.18º18.33%70.59%-
XYZ36.1535.9232.63-
YUV162.74119.12140.31-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.19%
GREEN value IS 157 (61.72% from 255) = 32.44%
BLUE value IS 147 (57.81% from 255) = 30.37%
R=37.19%
G=32.44%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015714700.130.180.2918.1818.0364.12
HexB49D930D121D121240
Octal26423522301522352222100
Binary10110100100111011001001101101100101110110010100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49D93; }

 p { color: rgb(180,157,147); }

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

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

 a { background-color: rgb(180,157,147); }

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

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

 span { border-color: rgb(180,157,147); }

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