#B26399

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

Shades of Bouquet #B26399

Tints of Bouquet #B26399

Color information

#B26399 (or 0xB26399) is unknown color: approx Bouquet. HEX triplet: B2, 63 and 99. RGB value is (178,99,153). Sum of RGB (Red+Green+Blue) = 178+99+153=430 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.40% from 430); Green value is 99 (39.06% from 255 or 23.02% from 430); Blue value is 153 (60.16% from 255 or 35.58% from 430); Max value from RGB is 178 - color contains mainly: red. Hex color #B26399 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26399 is #4D9C66. Grayscale: #808080. Windows color (decimal): -5086311 or 10052530. OLE color: 10052530.

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

Color convert

RGB17899153-
CMYK00.440.140.30
HSL318.99º33.91%54.31%-
HSV(B)318.99º44.38%69.8%-
XYZ28.5720.6932.62-
YUV128.78141.67163.11-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.40%
GREEN value IS 99 (39.06% from 255) = 23.02%
BLUE value IS 153 (60.16% from 255) = 35.58%
R=41.40%
G=23.02%
B=35.58%

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
Decimal1789915300.440.140.30318.9933.9154.31
HexB2639902CE1E13f2236
Octal26214323105416364774266
Binary101100101100011100110010101100111011110100111111100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26399; }

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

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

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

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

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

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

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

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