#B39989

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

Shades of Del Rio #B39989

Tints of Del Rio #B39989

Color information

#B39989 (or 0xB39989) is unknown color: approx Del Rio. HEX triplet: B3, 99 and 89. RGB value is (179,153,137). Sum of RGB (Red+Green+Blue) = 179+153+137=469 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.17% from 469); Green value is 153 (60.16% from 255 or 32.62% from 469); Blue value is 137 (53.91% from 255 or 29.21% from 469); Max value from RGB is 179 - color contains mainly: red. Hex color #B39989 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39989 is #4C6676. Grayscale: #9F9F9F. Windows color (decimal): -5006967 or 9017779. OLE color: 9017779.

HSL color Cylindrical-coordinate representation of color #B39989: hue angle of 22.86º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B39989 is Cyan = 0, Magento = 0.15, Yellow = 0.23 and Black (K on CMYK) = 0.30.

Color convert

RGB179153137-
CMYK00.150.230.30
HSL22.86º21.65%61.96%-
HSV(B)22.86º23.46%70.2%-
XYZ34.534.1728.44-
YUV158.95115.61142.3-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.17%
GREEN value IS 153 (60.16% from 255) = 32.62%
BLUE value IS 137 (53.91% from 255) = 29.21%
R=38.17%
G=32.62%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.23
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17915313700.150.230.3022.8621.6561.96
HexB399890F171E17163e
Octal2632312110172736272676
Binary1011001110011001100010010111110111111101011110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39989; }

 p { color: rgb(179,153,137); }

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

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

 a { background-color: rgb(179,153,137); }

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

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

 span { border-color: rgb(179,153,137); }

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