#B46998

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

Shades of Bouquet #B46998

Tints of Bouquet #B46998

Color information

#B46998 (or 0xB46998) is unknown color: approx Bouquet. HEX triplet: B4, 69 and 98. RGB value is (180,105,152). Sum of RGB (Red+Green+Blue) = 180+105+152=437 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.19% from 437); Green value is 105 (41.41% from 255 or 24.03% from 437); Blue value is 152 (59.77% from 255 or 34.78% from 437); Max value from RGB is 180 - color contains mainly: red. Hex color #B46998 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46998 is #4B9667. Grayscale: #848484. Windows color (decimal): -4953704 or 9988532. OLE color: 9988532.

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

Color convert

RGB180105152-
CMYK00.420.160.29
HSL322.4º33.33%55.88%-
HSV(B)322.4º41.67%70.59%-
XYZ29.5422.0732.41-
YUV132.78138.85161.68-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.19%
GREEN value IS 105 (41.41% from 255) = 24.03%
BLUE value IS 152 (59.77% from 255) = 34.78%
R=41.19%
G=24.03%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010515200.420.160.29322.433.3355.88
HexB4699802A101D1422138
Octal26415123005220355024170
Binary1011010011010011001100001010101000011101101000010100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46998; }

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

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

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

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

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

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

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

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