#B26A9B

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

Shades of Bouquet #B26A9B

Tints of Bouquet #B26A9B

Color information

#B26A9B (or 0xB26A9B) is unknown color: approx Bouquet. HEX triplet: B2, 6A and 9B. RGB value is (178,106,155). Sum of RGB (Red+Green+Blue) = 178+106+155=439 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.55% from 439); Green value is 106 (41.80% from 255 or 24.15% from 439); Blue value is 155 (60.94% from 255 or 35.31% from 439); Max value from RGB is 178 - color contains mainly: red. Hex color #B26A9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26A9B is #4D9564. Grayscale: #848484. Windows color (decimal): -5084517 or 10185394. OLE color: 10185394.

HSL color Cylindrical-coordinate representation of color #B26A9B: hue angle of 319.17º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B26A9B is Cyan = 0, Magento = 0.40, Yellow = 0.13 and Black (K on CMYK) = 0.30.

Color convert

RGB178106155-
CMYK00.400.130.30
HSL319.17º31.86%55.69%-
HSV(B)319.17º40.45%69.8%-
XYZ29.4322.1433.73-
YUV133.11140.35160.02-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.55%
GREEN value IS 106 (41.80% from 255) = 24.15%
BLUE value IS 155 (60.94% from 255) = 35.31%
R=40.55%
G=24.15%
B=35.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.13
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17810615500.400.130.30319.1731.8655.69
HexB26A9B028D1E13f2038
Octal26215223305015364774070
Binary101100101101010100110110101000110111110100111111100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26A9B; }

 p { color: rgb(178,106,155); }

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

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

 a { background-color: rgb(178,106,155); }

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

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

 span { border-color: rgb(178,106,155); }

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