#B4899C

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

Shades of Bouquet #B4899C

Tints of Bouquet #B4899C

Color information

#B4899C (or 0xB4899C) is unknown color: approx Bouquet. HEX triplet: B4, 89 and 9C. RGB value is (180,137,156). Sum of RGB (Red+Green+Blue) = 180+137+156=473 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.05% from 473); Green value is 137 (53.91% from 255 or 28.96% from 473); Blue value is 156 (61.33% from 255 or 32.98% from 473); Max value from RGB is 180 - color contains mainly: red. Hex color #B4899C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4899C is #4B7663. Grayscale: #979797. Windows color (decimal): -4945508 or 10258868. OLE color: 10258868.

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

Color convert

RGB180137156-
CMYK00.240.130.29
HSL333.49º22.28%62.16%-
HSV(B)333.49º23.89%70.59%-
XYZ33.7729.9935.46-
YUV152.02130.25147.96-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.05%
GREEN value IS 137 (53.91% from 255) = 28.96%
BLUE value IS 156 (61.33% from 255) = 32.98%
R=38.05%
G=28.96%
B=32.98%

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
Decimal18013715600.240.130.29333.4922.2862.16
HexB4899C018D1D14d163e
Octal26421123403015355152676
Binary10110100100010011001110001100011011110110100110110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4899C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4899C; }

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

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

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

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

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

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

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

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