#B39F96

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

Shades of Del Rio #B39F96

Tints of Del Rio #B39F96

Color information

#B39F96 (or 0xB39F96) is unknown color: approx Del Rio. HEX triplet: B3, 9F and 96. RGB value is (179,159,150). Sum of RGB (Red+Green+Blue) = 179+159+150=488 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.68% from 488); Green value is 159 (62.5% from 255 or 32.58% from 488); Blue value is 150 (58.98% from 255 or 30.74% from 488); Max value from RGB is 179 - color contains mainly: red. Hex color #B39F96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39F96 is #4C6069. Grayscale: #A4A4A4. Windows color (decimal): -5005418 or 9871283. OLE color: 9871283.

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

Color convert

RGB179159150-
CMYK00.110.160.30
HSL18.62º16.02%64.51%-
HSV(B)18.62º16.2%70.2%-
XYZ36.4936.5833.99-
YUV163.95120.13138.73-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.68%
GREEN value IS 159 (62.5% from 255) = 32.58%
BLUE value IS 150 (58.98% from 255) = 30.74%
R=36.68%
G=32.58%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.16
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17915915000.110.160.3018.6216.0264.51
HexB39F960B101E131041
Octal26323722601320362320101
Binary10110011100111111001011001011100001111010011100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39F96; }

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

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

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

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

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

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

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

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