#B46E94

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

Shades of Bouquet #B46E94

Tints of Bouquet #B46E94

Color information

#B46E94 (or 0xB46E94) is unknown color: approx Bouquet. HEX triplet: B4, 6E and 94. RGB value is (180,110,148). Sum of RGB (Red+Green+Blue) = 180+110+148=438 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.10% from 438); Green value is 110 (43.36% from 255 or 25.11% from 438); Blue value is 148 (58.20% from 255 or 33.79% from 438); Max value from RGB is 180 - color contains mainly: red. Hex color #B46E94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46E94 is #4B916B. Grayscale: #878787. Windows color (decimal): -4952428 or 9727668. OLE color: 9727668.

HSL color Cylindrical-coordinate representation of color #B46E94: hue angle of 327.43º 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 #B46E94 is Cyan = 0, Magento = 0.39, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB180110148-
CMYK00.390.180.29
HSL327.43º31.82%56.86%-
HSV(B)327.43º38.89%70.59%-
XYZ29.7422.9930.89-
YUV135.26135.19159.91-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.10%
GREEN value IS 110 (43.36% from 255) = 25.11%
BLUE value IS 148 (58.20% from 255) = 33.79%
R=41.10%
G=25.11%
B=33.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011014800.390.180.29327.4331.8256.86
HexB46E94027121D1472039
Octal26415622404722355074071
Binary1011010011011101001010001001111001011101101000111100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46E94; }

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

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

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

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

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

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

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

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