#B49389

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

Shades of Del Rio #B49389

Tints of Del Rio #B49389

Color information

#B49389 (or 0xB49389) is unknown color: approx Del Rio. HEX triplet: B4, 93 and 89. RGB value is (180,147,137). Sum of RGB (Red+Green+Blue) = 180+147+137=464 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.79% from 464); Green value is 147 (57.81% from 255 or 31.68% from 464); Blue value is 137 (53.91% from 255 or 29.53% from 464); Max value from RGB is 180 - color contains mainly: red. Hex color #B49389 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49389 is #4B6C76. Grayscale: #9B9B9B. Windows color (decimal): -4942967 or 9016244. OLE color: 9016244.

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

Color convert

RGB180147137-
CMYK00.180.240.29
HSL13.95º22.28%62.16%-
HSV(B)13.95º23.89%70.59%-
XYZ33.7732.3828.14-
YUV155.73117.43145.31-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.79%
GREEN value IS 147 (57.81% from 255) = 31.68%
BLUE value IS 137 (53.91% from 255) = 29.53%
R=38.79%
G=31.68%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014713700.180.240.2913.9522.2862.16
HexB49389012181De163e
Octal2642232110223035162676
Binary1011010010010011100010010100101100011101111010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49389; }

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

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

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

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

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

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

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

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