#B39CAB

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

Shades of Lily #B39CAB

Tints of Lily #B39CAB

Color information

#B39CAB (or 0xB39CAB) is unknown color: approx Lily. HEX triplet: B3, 9C and AB. RGB value is (179,156,171). Sum of RGB (Red+Green+Blue) = 179+156+171=506 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.38% from 506); Green value is 156 (61.33% from 255 or 30.83% from 506); Blue value is 171 (67.19% from 255 or 33.79% from 506); Max value from RGB is 179 - color contains mainly: red. Hex color #B39CAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39CAB is #4C6354. Grayscale: #A4A4A4. Windows color (decimal): -5006165 or 11246771. OLE color: 11246771.

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

Color convert

RGB179156171-
CMYK00.130.040.30
HSL320.87º13.14%65.69%-
HSV(B)320.87º12.85%70.2%-
XYZ37.8336.343.54-
YUV164.59131.62138.28-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.38%
GREEN value IS 156 (61.33% from 255) = 30.83%
BLUE value IS 171 (67.19% from 255) = 33.79%
R=35.38%
G=30.83%
B=33.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.04
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17915617100.130.040.30320.8713.1465.69
HexB39CAB0D41E141d42
Octal26323425301543650115102
Binary101100111001110010101011011011001111010100000111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39CAB; }

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

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

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

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

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

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

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

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