#B4889C

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

Shades of Bouquet #B4889C

Tints of Bouquet #B4889C

Color information

#B4889C (or 0xB4889C) is unknown color: approx Bouquet. HEX triplet: B4, 88 and 9C. RGB value is (180,136,156). Sum of RGB (Red+Green+Blue) = 180+136+156=472 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.14% from 472); Green value is 136 (53.52% from 255 or 28.81% from 472); Blue value is 156 (61.33% from 255 or 33.05% from 472); Max value from RGB is 180 - color contains mainly: red. Hex color #B4889C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4889C is #4B7763. Grayscale: #979797. Windows color (decimal): -4945764 or 10258612. OLE color: 10258612.

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

Color convert

RGB180136156-
CMYK00.240.130.29
HSL332.73º22.68%61.96%-
HSV(B)332.73º24.44%70.59%-
XYZ33.6329.7135.42-
YUV151.44130.58148.37-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.14%
GREEN value IS 136 (53.52% from 255) = 28.81%
BLUE value IS 156 (61.33% from 255) = 33.05%
R=38.14%
G=28.81%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013615600.240.130.29332.7322.6861.96
HexB4889C018D1D14d173e
Octal26421023403015355152776
Binary10110100100010001001110001100011011110110100110110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4889C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4889C; }

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

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

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

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

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

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

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

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