#B26595

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

Shades of Bouquet #B26595

Tints of Bouquet #B26595

Color information

#B26595 (or 0xB26595) is unknown color: approx Bouquet. HEX triplet: B2, 65 and 95. RGB value is (178,101,149). Sum of RGB (Red+Green+Blue) = 178+101+149=428 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.59% from 428); Green value is 101 (39.84% from 255 or 23.60% from 428); Blue value is 149 (58.59% from 255 or 34.81% from 428); Max value from RGB is 178 - color contains mainly: red. Hex color #B26595 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26595 is #4D9A6A. Grayscale: #818181. Windows color (decimal): -5085803 or 9790898. OLE color: 9790898.

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

Color convert

RGB178101149-
CMYK00.430.160.30
HSL322.6º33.33%54.71%-
HSV(B)322.6º43.26%69.8%-
XYZ28.4420.9430.98-
YUV129.5139.01162.6-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.59%
GREEN value IS 101 (39.84% from 255) = 23.60%
BLUE value IS 149 (58.59% from 255) = 34.81%
R=41.59%
G=23.60%
B=34.81%

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
Decimal17810114900.430.160.30322.633.3354.71
HexB2659502B101E1432137
Octal26214522505320365034167
Binary1011001011001011001010101010111000011110101000011100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26595; }

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

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

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

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

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

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

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

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