#B46E9E

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

Shades of Bouquet #B46E9E

Tints of Bouquet #B46E9E

Color information

#B46E9E (or 0xB46E9E) is unknown color: approx Bouquet. HEX triplet: B4, 6E and 9E. RGB value is (180,110,158). Sum of RGB (Red+Green+Blue) = 180+110+158=448 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.18% from 448); Green value is 110 (43.36% from 255 or 24.55% from 448); Blue value is 158 (62.11% from 255 or 35.27% from 448); Max value from RGB is 180 - color contains mainly: red. Hex color #B46E9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46E9E is #4B9161. Grayscale: #888888. Windows color (decimal): -4952418 or 10383028. OLE color: 10383028.

HSL color Cylindrical-coordinate representation of color #B46E9E: hue angle of 318.86º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B46E9E is Cyan = 0, Magento = 0.39, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB180110158-
CMYK00.390.120.29
HSL318.86º31.82%56.86%-
HSV(B)318.86º38.89%70.59%-
XYZ30.5723.3235.24-
YUV136.4140.19159.1-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.18%
GREEN value IS 110 (43.36% from 255) = 24.55%
BLUE value IS 158 (62.11% from 255) = 35.27%
R=40.18%
G=24.55%
B=35.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011015800.390.120.29318.8631.8256.86
HexB46E9E027C1D13f2039
Octal26415623604714354774071
Binary101101001101110100111100100111110011101100111111100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46E9E; }

 p { color: rgb(180,110,158); }

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

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

 a { background-color: rgb(180,110,158); }

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

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

 span { border-color: rgb(180,110,158); }

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