#B47A95

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

Shades of Bouquet #B47A95

Tints of Bouquet #B47A95

Color information

#B47A95 (or 0xB47A95) is unknown color: approx Bouquet. HEX triplet: B4, 7A and 95. RGB value is (180,122,149). Sum of RGB (Red+Green+Blue) = 180+122+149=451 (59% of max value = 765). Red value is 180 (70.70% from 255 or 39.91% from 451); Green value is 122 (48.05% from 255 or 27.05% from 451); Blue value is 149 (58.59% from 255 or 33.04% from 451); Max value from RGB is 180 - color contains mainly: red. Hex color #B47A95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47A95 is #4B856A. Grayscale: #8E8E8E. Windows color (decimal): -4949355 or 9796276. OLE color: 9796276.

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

Color convert

RGB180122149-
CMYK00.320.170.29
HSL332.07º27.88%59.22%-
HSV(B)332.07º32.22%70.59%-
XYZ31.2125.7931.77-
YUV142.42131.72154.8-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.91%
GREEN value IS 122 (48.05% from 255) = 27.05%
BLUE value IS 149 (58.59% from 255) = 33.04%
R=39.91%
G=27.05%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012214900.320.170.29332.0727.8859.22
HexB47A95020111D14c1c3b
Octal26417222504021355143473
Binary101101001111010100101010100000100011110110100110011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47A95; }

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

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

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

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

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

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

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

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