#B58CBB

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

Shades of East Side #B58CBB

Tints of East Side #B58CBB

Color information

#B58CBB (or 0xB58CBB) is unknown color: approx East Side. HEX triplet: B5, 8C and BB. RGB value is (181,140,187). Sum of RGB (Red+Green+Blue) = 181+140+187=508 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.63% from 508); Green value is 140 (55.08% from 255 or 27.56% from 508); Blue value is 187 (73.44% from 255 or 36.81% from 508); Max value from RGB is 187 - color contains mainly: blue. Hex color #B58CBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B58CBB is #4A7344. Grayscale: #9D9D9D. Windows color (decimal): -4879173 or 12291253. OLE color: 12291253.

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

Color convert

RGB181140187-
CMYK0.030.2500.27
HSL292.34º25.68%64.12%-
HSV(B)292.34º25.13%73.33%-
XYZ37.432.1751.25-
YUV157.62144.58144.68-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.63%
GREEN value IS 140 (55.08% from 255) = 27.56%
BLUE value IS 187 (73.44% from 255) = 36.81%
R=35.63%
G=27.56%
B=36.81%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1811401870.030.2500.27292.3425.6864.12
HexB58CBB31901B1241a40
Octal26521427333103344432100
Binary1011010110001100101110111111001011011100100100110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58CBB; }

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

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

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

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

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

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

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

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