#B46994

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

Shades of Bouquet #B46994

Tints of Bouquet #B46994

Color information

#B46994 (or 0xB46994) is unknown color: approx Bouquet. HEX triplet: B4, 69 and 94. RGB value is (180,105,148). Sum of RGB (Red+Green+Blue) = 180+105+148=433 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.57% from 433); Green value is 105 (41.41% from 255 or 24.25% from 433); Blue value is 148 (58.20% from 255 or 34.18% from 433); Max value from RGB is 180 - color contains mainly: red. Hex color #B46994 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46994 is #4B966B. Grayscale: #848484. Windows color (decimal): -4953708 or 9726388. OLE color: 9726388.

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

Color convert

RGB180105148-
CMYK00.420.180.29
HSL325.6º33.33%55.88%-
HSV(B)325.6º41.67%70.59%-
XYZ29.2221.9430.71-
YUV132.33136.85162-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.57%
GREEN value IS 105 (41.41% from 255) = 24.25%
BLUE value IS 148 (58.20% from 255) = 34.18%
R=41.57%
G=24.25%
B=34.18%

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
Decimal18010514800.420.180.29325.633.3355.88
HexB4699402A121D1462138
Octal26415122405222355064170
Binary1011010011010011001010001010101001011101101000110100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46994; }

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

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

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

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

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

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

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

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