#B49FBF

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

Shades of Chatelle #B49FBF

Tints of Chatelle #B49FBF

Color information

#B49FBF (or 0xB49FBF) is unknown color: approx Chatelle. HEX triplet: B4, 9F and BF. RGB value is (180,159,191). Sum of RGB (Red+Green+Blue) = 180+159+191=530 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.96% from 530); Green value is 159 (62.5% from 255 or 30% from 530); Blue value is 191 (75% from 255 or 36.04% from 530); Max value from RGB is 191 - color contains mainly: blue. Hex color #B49FBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49FBF is #4B6040. Grayscale: #A8A8A8. Windows color (decimal): -4939841 or 12558260. OLE color: 12558260.

HSL color Cylindrical-coordinate representation of color #B49FBF: hue angle of 279.38º degrees, saturation: 0.2, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B49FBF is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB180159191-
CMYK0.060.1700.25
HSL279.38º20%68.63%-
HSV(B)279.38º16.75%74.9%-
XYZ40.6238.2654.53-
YUV168.93140.46135.9-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.96%
GREEN value IS 159 (62.5% from 255) = 30%
BLUE value IS 191 (75% from 255) = 36.04%
R=33.96%
G=30%
B=36.04%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1801591910.060.1700.25279.382068.63
HexB49FBF6110191171445
Octal26423727762103142724105
Binary10110100100111111011111111010001011001100010111101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49FBF; }

 p { color: rgb(180,159,191); }

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

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

 a { background-color: rgb(180,159,191); }

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

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

 span { border-color: rgb(180,159,191); }

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