#B47C97

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

Shades of Bouquet #B47C97

Tints of Bouquet #B47C97

Color information

#B47C97 (or 0xB47C97) is unknown color: approx Bouquet. HEX triplet: B4, 7C and 97. RGB value is (180,124,151). Sum of RGB (Red+Green+Blue) = 180+124+151=455 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.56% from 455); Green value is 124 (48.83% from 255 or 27.25% from 455); Blue value is 151 (59.38% from 255 or 33.19% from 455); Max value from RGB is 180 - color contains mainly: red. Hex color #B47C97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47C97 is #4B8368. Grayscale: #8F8F8F. Windows color (decimal): -4948841 or 9927860. OLE color: 9927860.

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

Color convert

RGB180124151-
CMYK00.310.160.29
HSL331.07º27.18%59.61%-
HSV(B)331.07º31.11%70.59%-
XYZ31.6226.3532.7-
YUV143.82132.05153.8-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.56%
GREEN value IS 124 (48.83% from 255) = 27.25%
BLUE value IS 151 (59.38% from 255) = 33.19%
R=39.56%
G=27.25%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012415100.310.160.29331.0727.1859.61
HexB47C9701F101D14b1b3c
Octal26417422703720355133374
Binary10110100111110010010111011111100001110110100101111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47C97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47C97; }

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

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

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

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

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

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

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

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