#B47294

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

Shades of Bouquet #B47294

Tints of Bouquet #B47294

Color information

#B47294 (or 0xB47294) is unknown color: approx Bouquet. HEX triplet: B4, 72 and 94. RGB value is (180,114,148). Sum of RGB (Red+Green+Blue) = 180+114+148=442 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.72% from 442); Green value is 114 (44.92% from 255 or 25.79% from 442); Blue value is 148 (58.20% from 255 or 33.48% from 442); Max value from RGB is 180 - color contains mainly: red. Hex color #B47294 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47294 is #4B8D6B. Grayscale: #898989. Windows color (decimal): -4951404 or 9728692. OLE color: 9728692.

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

Color convert

RGB180114148-
CMYK00.370.180.29
HSL329.09º30.56%57.65%-
HSV(B)329.09º36.67%70.59%-
XYZ30.1923.8831.03-
YUV137.61133.87158.24-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.72%
GREEN value IS 114 (44.92% from 255) = 25.79%
BLUE value IS 148 (58.20% from 255) = 33.48%
R=40.72%
G=25.79%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011414800.370.180.29329.0930.5657.65
HexB47294025121D1491f3a
Octal26416222404522355113772
Binary101101001110010100101000100101100101110110100100111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47294; }

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

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

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

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

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

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

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

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