#B46894

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

Shades of Bouquet #B46894

Tints of Bouquet #B46894

Color information

#B46894 (or 0xB46894) is unknown color: approx Bouquet. HEX triplet: B4, 68 and 94. RGB value is (180,104,148). Sum of RGB (Red+Green+Blue) = 180+104+148=432 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.67% from 432); Green value is 104 (41.02% from 255 or 24.07% from 432); Blue value is 148 (58.20% from 255 or 34.26% from 432); Max value from RGB is 180 - color contains mainly: red. Hex color #B46894 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46894 is #4B976B. Grayscale: #838383. Windows color (decimal): -4953964 or 9726132. OLE color: 9726132.

HSL color Cylindrical-coordinate representation of color #B46894: hue angle of 325.26º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B46894 is Cyan = 0, Magento = 0.42, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB180104148-
CMYK00.420.180.29
HSL325.26º33.63%55.69%-
HSV(B)325.26º42.22%70.59%-
XYZ29.1221.7430.68-
YUV131.74137.18162.42-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.67%
GREEN value IS 104 (41.02% from 255) = 24.07%
BLUE value IS 148 (58.20% from 255) = 34.26%
R=41.67%
G=24.07%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010414800.420.180.29325.2633.6355.69
HexB4689402A121D1452238
Octal26415022405222355054270
Binary1011010011010001001010001010101001011101101000101100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46894; }

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

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

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

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

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

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

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

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