#B58FBF

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

Shades of East Side #B58FBF

Tints of East Side #B58FBF

Color information

#B58FBF (or 0xB58FBF) is unknown color: approx East Side. HEX triplet: B5, 8F and BF. RGB value is (181,143,191). Sum of RGB (Red+Green+Blue) = 181+143+191=515 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.15% from 515); Green value is 143 (56.25% from 255 or 27.77% from 515); Blue value is 191 (75% from 255 or 37.09% from 515); Max value from RGB is 191 - color contains mainly: blue. Hex color #B58FBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B58FBF is #4A7040. Grayscale: #9F9F9F. Windows color (decimal): -4878401 or 12554165. OLE color: 12554165.

HSL color Cylindrical-coordinate representation of color #B58FBF: hue angle of 287.5º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B58FBF is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB181143191-
CMYK0.050.2500.25
HSL287.5º27.27%65.49%-
HSV(B)287.5º25.13%74.9%-
XYZ38.2833.2353.69-
YUV159.83145.59143.1-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.15%
GREEN value IS 143 (56.25% from 255) = 27.77%
BLUE value IS 191 (75% from 255) = 37.09%
R=35.15%
G=27.77%
B=37.09%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1811431910.050.2500.25287.527.2765.49
HexB58FBF5190191201b41
Octal26521727753103144033101
Binary10110101100011111011111110111001011001100100000110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58FBF; }

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

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

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

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

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

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

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

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