#B47B97

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

Shades of Bouquet #B47B97

Tints of Bouquet #B47B97

Color information

#B47B97 (or 0xB47B97) is unknown color: approx Bouquet. HEX triplet: B4, 7B and 97. RGB value is (180,123,151). Sum of RGB (Red+Green+Blue) = 180+123+151=454 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.65% from 454); Green value is 123 (48.44% from 255 or 27.09% from 454); Blue value is 151 (59.38% from 255 or 33.26% from 454); Max value from RGB is 180 - color contains mainly: red. Hex color #B47B97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47B97 is #4B8468. Grayscale: #8F8F8F. Windows color (decimal): -4949097 or 9927604. OLE color: 9927604.

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

Color convert

RGB180123151-
CMYK00.320.160.29
HSL330.53º27.54%59.41%-
HSV(B)330.53º31.67%70.59%-
XYZ31.4926.132.66-
YUV143.23132.38154.22-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.65%
GREEN value IS 123 (48.44% from 255) = 27.09%
BLUE value IS 151 (59.38% from 255) = 33.26%
R=39.65%
G=27.09%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012315100.320.160.29330.5327.5459.41
HexB47B97020101D14b1c3b
Octal26417322704020355133473
Binary101101001111011100101110100000100001110110100101111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47B97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47B97; }

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

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

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

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

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

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

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

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