#B49689

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

Shades of Del Rio #B49689

Tints of Del Rio #B49689

Color information

#B49689 (or 0xB49689) is unknown color: approx Del Rio. HEX triplet: B4, 96 and 89. RGB value is (180,150,137). Sum of RGB (Red+Green+Blue) = 180+150+137=467 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.54% from 467); Green value is 150 (58.98% from 255 or 32.12% from 467); Blue value is 137 (53.91% from 255 or 29.34% from 467); Max value from RGB is 180 - color contains mainly: red. Hex color #B49689 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49689 is #4B6976. Grayscale: #9D9D9D. Windows color (decimal): -4942199 or 9017012. OLE color: 9017012.

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

Color convert

RGB180150137-
CMYK00.170.240.29
HSL18.14º22.28%62.16%-
HSV(B)18.14º23.89%70.59%-
XYZ34.2433.3228.29-
YUV157.49116.44144.06-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.54%
GREEN value IS 150 (58.98% from 255) = 32.12%
BLUE value IS 137 (53.91% from 255) = 29.34%
R=38.54%
G=32.12%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015013700.170.240.2918.1422.2862.16
HexB49689011181D12163e
Octal2642262110213035222676
Binary10110100100101101000100101000111000111011001010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49689; }

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

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

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

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

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

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

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

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