#B37CBB

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

Shades of East Side #B37CBB

Tints of East Side #B37CBB

Color information

#B37CBB (or 0xB37CBB) is unknown color: approx East Side. HEX triplet: B3, 7C and BB. RGB value is (179,124,187). Sum of RGB (Red+Green+Blue) = 179+124+187=490 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.53% from 490); Green value is 124 (48.83% from 255 or 25.31% from 490); Blue value is 187 (73.44% from 255 or 38.16% from 490); Max value from RGB is 187 - color contains mainly: blue. Hex color #B37CBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B37CBB is #4C8344. Grayscale: #939393. Windows color (decimal): -5014341 or 12287155. OLE color: 12287155.

HSL color Cylindrical-coordinate representation of color #B37CBB: hue angle of 292.38º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B37CBB is Cyan = 0.04, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB179124187-
CMYK0.040.3400.27
HSL292.38º31.66%60.98%-
HSV(B)292.38º33.69%73.33%-
XYZ34.7727.5950.51-
YUV147.63150.22150.38-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.53%
GREEN value IS 124 (48.83% from 255) = 25.31%
BLUE value IS 187 (73.44% from 255) = 38.16%
R=36.53%
G=25.31%
B=38.16%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1791241870.040.3400.27292.3831.6660.98
HexB37CBB42201B124203d
Octal2631742734420334444075
Binary10110011111110010111011100100010011011100100100100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37CBB; }

 p { color: rgb(179,124,187); }

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

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

 a { background-color: rgb(179,124,187); }

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

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

 span { border-color: rgb(179,124,187); }

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