#B26597

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

Shades of Bouquet #B26597

Tints of Bouquet #B26597

Color information

#B26597 (or 0xB26597) is unknown color: approx Bouquet. HEX triplet: B2, 65 and 97. RGB value is (178,101,151). Sum of RGB (Red+Green+Blue) = 178+101+151=430 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.40% from 430); Green value is 101 (39.84% from 255 or 23.49% from 430); Blue value is 151 (59.38% from 255 or 35.12% from 430); Max value from RGB is 178 - color contains mainly: red. Hex color #B26597 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26597 is #4D9A68. Grayscale: #818181. Windows color (decimal): -5085801 or 9921970. OLE color: 9921970.

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

Color convert

RGB178101151-
CMYK00.430.150.30
HSL321.04º33.33%54.71%-
HSV(B)321.04º43.26%69.8%-
XYZ28.621.0131.83-
YUV129.72140.01162.43-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.40%
GREEN value IS 101 (39.84% from 255) = 23.49%
BLUE value IS 151 (59.38% from 255) = 35.12%
R=41.40%
G=23.49%
B=35.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.15
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17810115100.430.150.30321.0433.3354.71
HexB2659702BF1E1412137
Octal26214522705317365014167
Binary101100101100101100101110101011111111110101000001100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26597; }

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

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

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

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

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

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

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

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