#B4899D

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

Shades of Bouquet #B4899D

Tints of Bouquet #B4899D

Color information

#B4899D (or 0xB4899D) is unknown color: approx Bouquet. HEX triplet: B4, 89 and 9D. RGB value is (180,137,157). Sum of RGB (Red+Green+Blue) = 180+137+157=474 (62% of max value = 765). Red value is 180 (70.70% from 255 or 37.97% from 474); Green value is 137 (53.91% from 255 or 28.90% from 474); Blue value is 157 (61.72% from 255 or 33.12% from 474); Max value from RGB is 180 - color contains mainly: red. Hex color #B4899D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4899D is #4B7662. Grayscale: #989898. Windows color (decimal): -4945507 or 10324404. OLE color: 10324404.

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

Color convert

RGB180137157-
CMYK00.240.130.29
HSL332.09º22.28%62.16%-
HSV(B)332.09º23.89%70.59%-
XYZ33.8530.0335.91-
YUV152.14130.75147.87-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.97%
GREEN value IS 137 (53.91% from 255) = 28.90%
BLUE value IS 157 (61.72% from 255) = 33.12%
R=37.97%
G=28.90%
B=33.12%

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
Decimal18013715700.240.130.29332.0922.2862.16
HexB4899D018D1D14c163e
Octal26421123503015355142676
Binary10110100100010011001110101100011011110110100110010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4899D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4899D; }

 p { color: rgb(180,137,157); }

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

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

 a { background-color: rgb(180,137,157); }

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

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

 span { border-color: rgb(180,137,157); }

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