#B26594

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

Shades of Bouquet #B26594

Tints of Bouquet #B26594

Color information

#B26594 (or 0xB26594) is unknown color: approx Bouquet. HEX triplet: B2, 65 and 94. RGB value is (178,101,148). Sum of RGB (Red+Green+Blue) = 178+101+148=427 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.69% from 427); Green value is 101 (39.84% from 255 or 23.65% from 427); Blue value is 148 (58.20% from 255 or 34.66% from 427); Max value from RGB is 178 - color contains mainly: red. Hex color #B26594 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26594 is #4D9A6B. Grayscale: #818181. Windows color (decimal): -5085804 or 9725362. OLE color: 9725362.

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

Color convert

RGB178101148-
CMYK00.430.170.30
HSL323.38º33.33%54.71%-
HSV(B)323.38º43.26%69.8%-
XYZ28.3620.9130.56-
YUV129.38138.51162.68-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.69%
GREEN value IS 101 (39.84% from 255) = 23.65%
BLUE value IS 148 (58.20% from 255) = 34.66%
R=41.69%
G=23.65%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.17
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17810114800.430.170.30323.3833.3354.71
HexB2659402B111E1432137
Octal26214522405321365034167
Binary1011001011001011001010001010111000111110101000011100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26594; }

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

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

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

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

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

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

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

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