#B58FBB

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

Shades of East Side #B58FBB

Tints of East Side #B58FBB

Color information

#B58FBB (or 0xB58FBB) is unknown color: approx East Side. HEX triplet: B5, 8F and BB. RGB value is (181,143,187). Sum of RGB (Red+Green+Blue) = 181+143+187=511 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.42% from 511); Green value is 143 (56.25% from 255 or 27.98% from 511); Blue value is 187 (73.44% from 255 or 36.59% from 511); Max value from RGB is 187 - color contains mainly: blue. Hex color #B58FBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B58FBB is #4A7044. Grayscale: #9F9F9F. Windows color (decimal): -4878405 or 12292021. OLE color: 12292021.

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

Color convert

RGB181143187-
CMYK0.030.2400.27
HSL291.82º24.44%64.71%-
HSV(B)291.82º23.53%73.33%-
XYZ37.8533.0651.4-
YUV159.38143.59143.42-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.42%
GREEN value IS 143 (56.25% from 255) = 27.98%
BLUE value IS 187 (73.44% from 255) = 36.59%
R=35.42%
G=27.98%
B=36.59%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1811431870.030.2400.27291.8224.4464.71
HexB58FBB31801B1241841
Octal26521727333003344430101
Binary1011010110001111101110111111000011011100100100110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58FBB; }

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

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

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

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

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

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

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

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