#B39E96

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

Shades of Del Rio #B39E96

Tints of Del Rio #B39E96

Color information

#B39E96 (or 0xB39E96) is unknown color: approx Del Rio. HEX triplet: B3, 9E and 96. RGB value is (179,158,150). Sum of RGB (Red+Green+Blue) = 179+158+150=487 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.76% from 487); Green value is 158 (62.11% from 255 or 32.44% from 487); Blue value is 150 (58.98% from 255 or 30.80% from 487); Max value from RGB is 179 - color contains mainly: red. Hex color #B39E96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39E96 is #4C6169. Grayscale: #A3A3A3. Windows color (decimal): -5005674 or 9871027. OLE color: 9871027.

HSL color Cylindrical-coordinate representation of color #B39E96: hue angle of 16.55º 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 #B39E96 is Cyan = 0, Magento = 0.12, Yellow = 0.16 and Black (K on CMYK) = 0.30.

Color convert

RGB179158150-
CMYK00.120.160.30
HSL16.55º16.02%64.51%-
HSV(B)16.55º16.2%70.2%-
XYZ36.3236.2433.93-
YUV163.37120.46139.15-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.76%
GREEN value IS 158 (62.11% from 255) = 32.44%
BLUE value IS 150 (58.98% from 255) = 30.80%
R=36.76%
G=32.44%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.16
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17915815000.120.160.3016.5516.0264.51
HexB39E960C101E111041
Octal26323622601420362120101
Binary10110011100111101001011001100100001111010001100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39E96; }

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

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

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

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

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

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

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

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