#B39CBB

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

Shades of Chatelle #B39CBB

Tints of Chatelle #B39CBB

Color information

#B39CBB (or 0xB39CBB) is unknown color: approx Chatelle. HEX triplet: B3, 9C and BB. RGB value is (179,156,187). Sum of RGB (Red+Green+Blue) = 179+156+187=522 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.29% from 522); Green value is 156 (61.33% from 255 or 29.89% from 522); Blue value is 187 (73.44% from 255 or 35.82% from 522); Max value from RGB is 187 - color contains mainly: blue. Hex color #B39CBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B39CBB is #4C6344. Grayscale: #A6A6A6. Windows color (decimal): -5006149 or 12295347. OLE color: 12295347.

HSL color Cylindrical-coordinate representation of color #B39CBB: hue angle of 284.52º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B39CBB is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB179156187-
CMYK0.040.1700.27
HSL284.52º18.56%67.25%-
HSV(B)284.52º16.58%73.33%-
XYZ39.4536.9552.07-
YUV166.41139.62136.98-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.29%
GREEN value IS 156 (61.33% from 255) = 29.89%
BLUE value IS 187 (73.44% from 255) = 35.82%
R=34.29%
G=29.89%
B=35.82%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1791561870.040.1700.27284.5218.5667.25
HexB39CBB41101B11d1343
Octal26323427342103343523103
Binary10110011100111001011101110010001011011100011101100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39CBB; }

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

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

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

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

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

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

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

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