#B39C95

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

Shades of Del Rio #B39C95

Tints of Del Rio #B39C95

Color information

#B39C95 (or 0xB39C95) is unknown color: approx Del Rio. HEX triplet: B3, 9C and 95. RGB value is (179,156,149). Sum of RGB (Red+Green+Blue) = 179+156+149=484 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.98% from 484); Green value is 156 (61.33% from 255 or 32.23% from 484); Blue value is 149 (58.59% from 255 or 30.79% from 484); Max value from RGB is 179 - color contains mainly: red. Hex color #B39C95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39C95 is #4C636A. Grayscale: #A2A2A2. Windows color (decimal): -5006187 or 9804979. OLE color: 9804979.

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

Color convert

RGB179156149-
CMYK00.130.170.30
HSL14º16.48%64.31%-
HSV(B)14º16.76%70.2%-
XYZ35.935.5333.4-
YUV162.08120.62140.07-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.98%
GREEN value IS 156 (61.33% from 255) = 32.23%
BLUE value IS 149 (58.59% from 255) = 30.79%
R=36.98%
G=32.23%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.17
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17915614900.130.170.301416.4864.31
HexB39C950D111Ee1040
Octal26323422501521361620100
Binary1011001110011100100101010110110001111101110100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39C95; }

 p { color: rgb(179,156,149); }

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

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

 a { background-color: rgb(179,156,149); }

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

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

 span { border-color: rgb(179,156,149); }

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