#B49A93

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

Shades of Del Rio #B49A93

Tints of Del Rio #B49A93

Color information

#B49A93 (or 0xB49A93) is unknown color: approx Del Rio. HEX triplet: B4, 9A and 93. RGB value is (180,154,147). Sum of RGB (Red+Green+Blue) = 180+154+147=481 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.42% from 481); Green value is 154 (60.55% from 255 or 32.02% from 481); Blue value is 147 (57.81% from 255 or 30.56% from 481); Max value from RGB is 180 - color contains mainly: red. Hex color #B49A93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49A93 is #4B656C. Grayscale: #A1A1A1. Windows color (decimal): -4941165 or 9673396. OLE color: 9673396.

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

Color convert

RGB180154147-
CMYK00.140.180.29
HSL12.73º18.03%64.12%-
HSV(B)12.73º18.33%70.59%-
XYZ35.6434.9232.47-
YUV160.98120.11141.57-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.42%
GREEN value IS 154 (60.55% from 255) = 32.02%
BLUE value IS 147 (57.81% from 255) = 30.56%
R=37.42%
G=32.02%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015414700.140.180.2912.7318.0364.12
HexB49A930E121Dd1240
Octal26423222301622351522100
Binary1011010010011010100100110111010010111011101100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49A93; }

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

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

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

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

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

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

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

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