#B47498

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

Shades of Bouquet #B47498

Tints of Bouquet #B47498

Color information

#B47498 (or 0xB47498) is unknown color: approx Bouquet. HEX triplet: B4, 74 and 98. RGB value is (180,116,152). Sum of RGB (Red+Green+Blue) = 180+116+152=448 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.18% from 448); Green value is 116 (45.70% from 255 or 25.89% from 448); Blue value is 152 (59.77% from 255 or 33.93% from 448); Max value from RGB is 180 - color contains mainly: red. Hex color #B47498 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47498 is #4B8B67. Grayscale: #8B8B8B. Windows color (decimal): -4950888 or 9991348. OLE color: 9991348.

HSL color Cylindrical-coordinate representation of color #B47498: hue angle of 326.25º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B47498 is Cyan = 0, Magento = 0.36, Yellow = 0.16 and Black (K on CMYK) = 0.29.

Color convert

RGB180116152-
CMYK00.360.160.29
HSL326.25º29.91%58.04%-
HSV(B)326.25º35.56%70.59%-
XYZ30.7424.4632.81-
YUV139.24135.2157.07-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.18%
GREEN value IS 116 (45.70% from 255) = 25.89%
BLUE value IS 152 (59.77% from 255) = 33.93%
R=40.18%
G=25.89%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011615200.360.160.29326.2529.9158.04
HexB47498024101D1461e3a
Octal26416423004420355063672
Binary101101001110100100110000100100100001110110100011011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47498; }

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

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

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

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

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

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

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

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