#B39F91

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

Shades of Del Rio #B39F91

Tints of Del Rio #B39F91

Color information

#B39F91 (or 0xB39F91) is unknown color: approx Del Rio. HEX triplet: B3, 9F and 91. RGB value is (179,159,145). Sum of RGB (Red+Green+Blue) = 179+159+145=483 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.06% from 483); Green value is 159 (62.5% from 255 or 32.92% from 483); Blue value is 145 (57.03% from 255 or 30.02% from 483); Max value from RGB is 179 - color contains mainly: red. Hex color #B39F91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39F91 is #4C606E. Grayscale: #A3A3A3. Windows color (decimal): -5005423 or 9543603. OLE color: 9543603.

HSL color Cylindrical-coordinate representation of color #B39F91: hue angle of 24.71º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B39F91 is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.30.

Color convert

RGB179159145-
CMYK00.110.190.30
HSL24.71º18.28%63.53%-
HSV(B)24.71º18.99%70.2%-
XYZ36.136.4231.92-
YUV163.38117.63139.14-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.06%
GREEN value IS 159 (62.5% from 255) = 32.92%
BLUE value IS 145 (57.03% from 255) = 30.02%
R=37.06%
G=32.92%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.19
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17915914500.110.190.3024.7118.2863.53
HexB39F910B131E191240
Octal26323722101323363122100
Binary10110011100111111001000101011100111111011001100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39F91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39F91; }

 p { color: rgb(179,159,145); }

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

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

 a { background-color: rgb(179,159,145); }

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

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

 span { border-color: rgb(179,159,145); }

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