#B26499

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

Shades of Bouquet #B26499

Tints of Bouquet #B26499

Color information

#B26499 (or 0xB26499) is unknown color: approx Bouquet. HEX triplet: B2, 64 and 99. RGB value is (178,100,153). Sum of RGB (Red+Green+Blue) = 178+100+153=431 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.30% from 431); Green value is 100 (39.45% from 255 or 23.20% from 431); Blue value is 153 (60.16% from 255 or 35.50% from 431); Max value from RGB is 178 - color contains mainly: red. Hex color #B26499 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26499 is #4D9B66. Grayscale: #818181. Windows color (decimal): -5086055 or 10052786. OLE color: 10052786.

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

Color convert

RGB178100153-
CMYK00.440.140.30
HSL319.23º33.62%54.51%-
HSV(B)319.23º43.82%69.8%-
XYZ28.6720.8832.66-
YUV129.36141.34162.69-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.30%
GREEN value IS 100 (39.45% from 255) = 23.20%
BLUE value IS 153 (60.16% from 255) = 35.50%
R=41.30%
G=23.20%
B=35.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.14
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17810015300.440.140.30319.2333.6254.51
HexB2649902CE1E13f2237
Octal26214423105416364774267
Binary101100101100100100110010101100111011110100111111100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26499; }

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

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

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

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

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

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

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

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