#B47C95

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

Shades of Bouquet #B47C95

Tints of Bouquet #B47C95

Color information

#B47C95 (or 0xB47C95) is unknown color: approx Bouquet. HEX triplet: B4, 7C and 95. RGB value is (180,124,149). Sum of RGB (Red+Green+Blue) = 180+124+149=453 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.74% from 453); Green value is 124 (48.83% from 255 or 27.37% from 453); Blue value is 149 (58.59% from 255 or 32.89% from 453); Max value from RGB is 180 - color contains mainly: red. Hex color #B47C95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47C95 is #4B836A. Grayscale: #8F8F8F. Windows color (decimal): -4948843 or 9796788. OLE color: 9796788.

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

Color convert

RGB180124149-
CMYK00.310.170.29
HSL333.21º27.18%59.61%-
HSV(B)333.21º31.11%70.59%-
XYZ31.4526.2931.85-
YUV143.59131.05153.97-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.74%
GREEN value IS 124 (48.83% from 255) = 27.37%
BLUE value IS 149 (58.59% from 255) = 32.89%
R=39.74%
G=27.37%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012414900.310.170.29333.2127.1859.61
HexB47C9501F111D14d1b3c
Octal26417422503721355153374
Binary10110100111110010010101011111100011110110100110111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47C95; }

 p { color: rgb(180,124,149); }

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

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

 a { background-color: rgb(180,124,149); }

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

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

 span { border-color: rgb(180,124,149); }

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