#B26596

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

Shades of Bouquet #B26596

Tints of Bouquet #B26596

Color information

#B26596 (or 0xB26596) is unknown color: approx Bouquet. HEX triplet: B2, 65 and 96. RGB value is (178,101,150). Sum of RGB (Red+Green+Blue) = 178+101+150=429 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.49% from 429); Green value is 101 (39.84% from 255 or 23.54% from 429); Blue value is 150 (58.98% from 255 or 34.97% from 429); Max value from RGB is 178 - color contains mainly: red. Hex color #B26596 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26596 is #4D9A69. Grayscale: #818181. Windows color (decimal): -5085802 or 9856434. OLE color: 9856434.

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

Color convert

RGB178101150-
CMYK00.430.160.30
HSL321.82º33.33%54.71%-
HSV(B)321.82º43.26%69.8%-
XYZ28.5220.9731.4-
YUV129.61139.51162.52-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.49%
GREEN value IS 101 (39.84% from 255) = 23.54%
BLUE value IS 150 (58.98% from 255) = 34.97%
R=41.49%
G=23.54%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.16
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17810115000.430.160.30321.8233.3354.71
HexB2659602B101E1422137
Octal26214522605320365024167
Binary1011001011001011001011001010111000011110101000010100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26596; }

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

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

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

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

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

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

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

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