#B26996

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

Shades of Bouquet #B26996

Tints of Bouquet #B26996

Color information

#B26996 (or 0xB26996) is unknown color: approx Bouquet. HEX triplet: B2, 69 and 96. RGB value is (178,105,150). Sum of RGB (Red+Green+Blue) = 178+105+150=433 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.11% from 433); Green value is 105 (41.41% from 255 or 24.25% from 433); Blue value is 150 (58.98% from 255 or 34.64% from 433); Max value from RGB is 178 - color contains mainly: red. Hex color #B26996 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26996 is #4D9669. Grayscale: #838383. Windows color (decimal): -5084778 or 9857458. OLE color: 9857458.

HSL color Cylindrical-coordinate representation of color #B26996: hue angle of 323.01º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B26996 is Cyan = 0, Magento = 0.41, Yellow = 0.16 and Black (K on CMYK) = 0.30.

Color convert

RGB178105150-
CMYK00.410.160.30
HSL323.01º32.16%55.49%-
HSV(B)323.01º41.01%69.8%-
XYZ28.9221.7731.53-
YUV131.96138.18160.84-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.11%
GREEN value IS 105 (41.41% from 255) = 24.25%
BLUE value IS 150 (58.98% from 255) = 34.64%
R=41.11%
G=24.25%
B=34.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.16
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17810515000.410.160.30323.0132.1655.49
HexB26996029101E1432037
Octal26215122605120365034067
Binary1011001011010011001011001010011000011110101000011100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26996; }

 p { color: rgb(178,105,150); }

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

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

 a { background-color: rgb(178,105,150); }

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

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

 span { border-color: rgb(178,105,150); }

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