#B2899C

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

Shades of Bouquet #B2899C

Tints of Bouquet #B2899C

Color information

#B2899C (or 0xB2899C) is unknown color: approx Bouquet. HEX triplet: B2, 89 and 9C. RGB value is (178,137,156). Sum of RGB (Red+Green+Blue) = 178+137+156=471 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.79% from 471); Green value is 137 (53.91% from 255 or 29.09% from 471); Blue value is 156 (61.33% from 255 or 33.12% from 471); Max value from RGB is 178 - color contains mainly: red. Hex color #B2899C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2899C is #4D7663. Grayscale: #979797. Windows color (decimal): -5076580 or 10258866. OLE color: 10258866.

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

Color convert

RGB178137156-
CMYK00.230.120.30
HSL332.2º21.03%61.76%-
HSV(B)332.2º23.03%69.8%-
XYZ33.3129.7635.44-
YUV151.42130.58146.96-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.79%
GREEN value IS 137 (53.91% from 255) = 29.09%
BLUE value IS 156 (61.33% from 255) = 33.12%
R=37.79%
G=29.09%
B=33.12%

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
Decimal17813715600.230.120.30332.221.0361.76
HexB2899C017C1E14c153e
Octal26221123402714365142576
Binary10110010100010011001110001011111001111010100110010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2899C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2899C; }

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

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

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

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

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

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

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

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