#B2899D

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

Shades of Bouquet #B2899D

Tints of Bouquet #B2899D

Color information

#B2899D (or 0xB2899D) is unknown color: approx Bouquet. HEX triplet: B2, 89 and 9D. RGB value is (178,137,157). Sum of RGB (Red+Green+Blue) = 178+137+157=472 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.71% from 472); Green value is 137 (53.91% from 255 or 29.03% from 472); Blue value is 157 (61.72% from 255 or 33.26% from 472); Max value from RGB is 178 - color contains mainly: red. Hex color #B2899D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2899D is #4D7662. Grayscale: #979797. Windows color (decimal): -5076579 or 10324402. OLE color: 10324402.

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

Color convert

RGB178137157-
CMYK00.230.120.30
HSL330.73º21.03%61.76%-
HSV(B)330.73º23.03%69.8%-
XYZ33.3929.7935.89-
YUV151.54131.08146.87-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.71%
GREEN value IS 137 (53.91% from 255) = 29.03%
BLUE value IS 157 (61.72% from 255) = 33.26%
R=37.71%
G=29.03%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.12
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17813715700.230.120.30330.7321.0361.76
HexB2899D017C1E14b153e
Octal26221123502714365132576
Binary10110010100010011001110101011111001111010100101110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2899D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2899D; }

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

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

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

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

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

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

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

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