#B2899E

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

Shades of Bouquet #B2899E

Tints of Bouquet #B2899E

Color information

#B2899E (or 0xB2899E) is unknown color: approx Bouquet. HEX triplet: B2, 89 and 9E. RGB value is (178,137,158). Sum of RGB (Red+Green+Blue) = 178+137+158=473 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.63% from 473); Green value is 137 (53.91% from 255 or 28.96% from 473); Blue value is 158 (62.11% from 255 or 33.40% from 473); Max value from RGB is 178 - color contains mainly: red. Hex color #B2899E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2899E is #4D7661. Grayscale: #979797. Windows color (decimal): -5076578 or 10389938. OLE color: 10389938.

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

Color convert

RGB178137158-
CMYK00.230.110.30
HSL329.27º21.03%61.76%-
HSV(B)329.27º23.03%69.8%-
XYZ33.4829.8236.34-
YUV151.65131.58146.79-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.63%
GREEN value IS 137 (53.91% from 255) = 28.96%
BLUE value IS 158 (62.11% from 255) = 33.40%
R=37.63%
G=28.96%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.11
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17813715800.230.110.30329.2721.0361.76
HexB2899E017B1E149153e
Octal26221123602713365112576
Binary10110010100010011001111001011110111111010100100110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2899E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2899E; }

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

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

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

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

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

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

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

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