#B26494

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

Shades of Bouquet #B26494

Tints of Bouquet #B26494

Color information

#B26494 (or 0xB26494) is unknown color: approx Bouquet. HEX triplet: B2, 64 and 94. RGB value is (178,100,148). Sum of RGB (Red+Green+Blue) = 178+100+148=426 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.78% from 426); Green value is 100 (39.45% from 255 or 23.47% from 426); Blue value is 148 (58.20% from 255 or 34.74% from 426); Max value from RGB is 178 - color contains mainly: red. Hex color #B26494 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26494 is #4D9B6B. Grayscale: #808080. Windows color (decimal): -5086060 or 9725106. OLE color: 9725106.

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

Color convert

RGB178100148-
CMYK00.440.170.30
HSL323.08º33.62%54.51%-
HSV(B)323.08º43.82%69.8%-
XYZ28.2620.7230.53-
YUV128.79138.84163.1-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.78%
GREEN value IS 100 (39.45% from 255) = 23.47%
BLUE value IS 148 (58.20% from 255) = 34.74%
R=41.78%
G=23.47%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.17
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17810014800.440.170.30323.0833.6254.51
HexB2649402C111E1432237
Octal26214422405421365034267
Binary1011001011001001001010001011001000111110101000011100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26494; }

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

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

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

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

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

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

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

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