#B28699

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

Shades of Bouquet #B28699

Tints of Bouquet #B28699

Color information

#B28699 (or 0xB28699) is unknown color: approx Bouquet. HEX triplet: B2, 86 and 99. RGB value is (178,134,153). Sum of RGB (Red+Green+Blue) = 178+134+153=465 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.28% from 465); Green value is 134 (52.73% from 255 or 28.82% from 465); Blue value is 153 (60.16% from 255 or 32.90% from 465); Max value from RGB is 178 - color contains mainly: red. Hex color #B28699 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28699 is #4D7966. Grayscale: #959595. Windows color (decimal): -5077351 or 10061490. OLE color: 10061490.

HSL color Cylindrical-coordinate representation of color #B28699: hue angle of 334.09º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B28699 is Cyan = 0, Magento = 0.25, Yellow = 0.14 and Black (K on CMYK) = 0.30.

Color convert

RGB178134153-
CMYK00.250.140.30
HSL334.09º22.22%61.18%-
HSV(B)334.09º24.72%69.8%-
XYZ32.6328.8233.98-
YUV149.32130.08148.46-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.28%
GREEN value IS 134 (52.73% from 255) = 28.82%
BLUE value IS 153 (60.16% from 255) = 32.90%
R=38.28%
G=28.82%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.14
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17813415300.250.140.30334.0922.2261.18
HexB28699019E1E14e163d
Octal26220623103116365162675
Binary10110010100001101001100101100111101111010100111010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28699; }

 p { color: rgb(178,134,153); }

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

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

 a { background-color: rgb(178,134,153); }

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

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

 span { border-color: rgb(178,134,153); }

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