#B49E8B

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

Shades of Del Rio #B49E8B

Tints of Del Rio #B49E8B

Color information

#B49E8B (or 0xB49E8B) is unknown color: approx Del Rio. HEX triplet: B4, 9E and 8B. RGB value is (180,158,139). Sum of RGB (Red+Green+Blue) = 180+158+139=477 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.74% from 477); Green value is 158 (62.11% from 255 or 33.12% from 477); Blue value is 139 (54.69% from 255 or 29.14% from 477); Max value from RGB is 180 - color contains mainly: red. Hex color #B49E8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49E8B is #4B6174. Grayscale: #A2A2A2. Windows color (decimal): -4940149 or 9150132. OLE color: 9150132.

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

Color convert

RGB180158139-
CMYK00.120.230.29
HSL27.8º21.47%62.55%-
HSV(B)27.8º22.78%70.59%-
XYZ35.7136.0229.5-
YUV162.41114.79140.54-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.74%
GREEN value IS 158 (62.11% from 255) = 33.12%
BLUE value IS 139 (54.69% from 255) = 29.14%
R=37.74%
G=33.12%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015813900.120.230.2927.821.4762.55
HexB49E8B0C171D1c153f
Octal2642362130142735342577
Binary1011010010011110100010110110010111111011110010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49E8B; }

 p { color: rgb(180,158,139); }

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

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

 a { background-color: rgb(180,158,139); }

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

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

 span { border-color: rgb(180,158,139); }

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