#B59FBF

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

Shades of Chatelle #B59FBF

Tints of Chatelle #B59FBF

Color information

#B59FBF (or 0xB59FBF) is unknown color: approx Chatelle. HEX triplet: B5, 9F and BF. RGB value is (181,159,191). Sum of RGB (Red+Green+Blue) = 181+159+191=531 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.09% from 531); Green value is 159 (62.5% from 255 or 29.94% from 531); Blue value is 191 (75% from 255 or 35.97% from 531); Max value from RGB is 191 - color contains mainly: blue. Hex color #B59FBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B59FBF is #4A6040. Grayscale: #A9A9A9. Windows color (decimal): -4874305 or 12558261. OLE color: 12558261.

HSL color Cylindrical-coordinate representation of color #B59FBF: hue angle of 281.25º 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 #B59FBF is Cyan = 0.05, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB181159191-
CMYK0.050.1700.25
HSL281.25º20%68.63%-
HSV(B)281.25º16.75%74.9%-
XYZ40.8638.3854.55-
YUV169.23140.29136.4-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.09%
GREEN value IS 159 (62.5% from 255) = 29.94%
BLUE value IS 191 (75% from 255) = 35.97%
R=34.09%
G=29.94%
B=35.97%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1811591910.050.1700.25281.252068.63
HexB59FBF5110191191445
Octal26523727752103143124105
Binary10110101100111111011111110110001011001100011001101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59FBF; }

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

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

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

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

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

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

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

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