#B4889F

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

Shades of Bouquet #B4889F

Tints of Bouquet #B4889F

Color information

#B4889F (or 0xB4889F) is unknown color: approx Bouquet. HEX triplet: B4, 88 and 9F. RGB value is (180,136,159). Sum of RGB (Red+Green+Blue) = 180+136+159=475 (62% of max value = 765). Red value is 180 (70.70% from 255 or 37.89% from 475); Green value is 136 (53.52% from 255 or 28.63% from 475); Blue value is 159 (62.5% from 255 or 33.47% from 475); Max value from RGB is 180 - color contains mainly: red. Hex color #B4889F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4889F is #4B7760. Grayscale: #979797. Windows color (decimal): -4945761 or 10455220. OLE color: 10455220.

HSL color Cylindrical-coordinate representation of color #B4889F: hue angle of 328.64º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B4889F is Cyan = 0, Magento = 0.24, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB180136159-
CMYK00.240.120.29
HSL328.64º22.68%61.96%-
HSV(B)328.64º24.44%70.59%-
XYZ33.8829.8136.77-
YUV151.78132.08148.13-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.89%
GREEN value IS 136 (53.52% from 255) = 28.63%
BLUE value IS 159 (62.5% from 255) = 33.47%
R=37.89%
G=28.63%
B=33.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013615900.240.120.29328.6422.6861.96
HexB4889F018C1D149173e
Octal26421023703014355112776
Binary10110100100010001001111101100011001110110100100110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4889F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4889F; }

 p { color: rgb(180,136,159); }

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

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

 a { background-color: rgb(180,136,159); }

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

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

 span { border-color: rgb(180,136,159); }

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