#B39890

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

Shades of Del Rio #B39890

Tints of Del Rio #B39890

Color information

#B39890 (or 0xB39890) is unknown color: approx Del Rio. HEX triplet: B3, 98 and 90. RGB value is (179,152,144). Sum of RGB (Red+Green+Blue) = 179+152+144=475 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.68% from 475); Green value is 152 (59.77% from 255 or 32% from 475); Blue value is 144 (56.64% from 255 or 30.32% from 475); Max value from RGB is 179 - color contains mainly: red. Hex color #B39890 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39890 is #4C676F. Grayscale: #9F9F9F. Windows color (decimal): -5007216 or 9476275. OLE color: 9476275.

HSL color Cylindrical-coordinate representation of color #B39890: hue angle of 13.71º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B39890 is Cyan = 0, Magento = 0.15, Yellow = 0.20 and Black (K on CMYK) = 0.30.

Color convert

RGB179152144-
CMYK00.150.200.30
HSL13.71º18.72%63.33%-
HSV(B)13.71º19.55%70.2%-
XYZ34.8534.0531.12-
YUV159.16119.45142.15-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.68%
GREEN value IS 152 (59.77% from 255) = 32%
BLUE value IS 144 (56.64% from 255) = 30.32%
R=37.68%
G=32%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.20
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17915214400.150.200.3013.7118.7263.33
HexB398900F141Ee133f
Octal2632302200172436162377
Binary101100111001100010010000011111010011110111010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39890; }

 p { color: rgb(179,152,144); }

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

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

 a { background-color: rgb(179,152,144); }

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

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

 span { border-color: rgb(179,152,144); }

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