#B4899F

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

Shades of Bouquet #B4899F

Tints of Bouquet #B4899F

Color information

#B4899F (or 0xB4899F) is unknown color: approx Bouquet. HEX triplet: B4, 89 and 9F. RGB value is (180,137,159). Sum of RGB (Red+Green+Blue) = 180+137+159=476 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.82% from 476); Green value is 137 (53.91% from 255 or 28.78% from 476); Blue value is 159 (62.5% from 255 or 33.40% from 476); Max value from RGB is 180 - color contains mainly: red. Hex color #B4899F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4899F is #4B7660. Grayscale: #989898. Windows color (decimal): -4945505 or 10455476. OLE color: 10455476.

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

Color convert

RGB180137159-
CMYK00.240.120.29
HSL329.3º22.28%62.16%-
HSV(B)329.3º23.89%70.59%-
XYZ34.0330.136.82-
YUV152.36131.75147.71-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.82%
GREEN value IS 137 (53.91% from 255) = 28.78%
BLUE value IS 159 (62.5% from 255) = 33.40%
R=37.82%
G=28.78%
B=33.40%

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
Decimal18013715900.240.120.29329.322.2862.16
HexB4899F018C1D149163e
Octal26421123703014355112676
Binary10110100100010011001111101100011001110110100100110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4899F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4899F; }

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

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

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

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

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

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

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

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