#B26C99

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

Shades of Bouquet #B26C99

Tints of Bouquet #B26C99

Color information

#B26C99 (or 0xB26C99) is unknown color: approx Bouquet. HEX triplet: B2, 6C and 99. RGB value is (178,108,153). Sum of RGB (Red+Green+Blue) = 178+108+153=439 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.55% from 439); Green value is 108 (42.58% from 255 or 24.60% from 439); Blue value is 153 (60.16% from 255 or 34.85% from 439); Max value from RGB is 178 - color contains mainly: red. Hex color #B26C99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26C99 is #4D9366. Grayscale: #858585. Windows color (decimal): -5084007 or 10054834. OLE color: 10054834.

HSL color Cylindrical-coordinate representation of color #B26C99: hue angle of 321.43º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B26C99 is Cyan = 0, Magento = 0.39, Yellow = 0.14 and Black (K on CMYK) = 0.30.

Color convert

RGB178108153-
CMYK00.390.140.30
HSL321.43º31.25%56.08%-
HSV(B)321.43º39.33%69.8%-
XYZ29.4722.4932.92-
YUV134.06138.69159.34-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.55%
GREEN value IS 108 (42.58% from 255) = 24.60%
BLUE value IS 153 (60.16% from 255) = 34.85%
R=40.55%
G=24.60%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.14
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17810815300.390.140.30321.4331.2556.08
HexB26C99027E1E1411f38
Octal26215423104716365013770
Binary10110010110110010011001010011111101111010100000111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26C99; }

 p { color: rgb(178,108,153); }

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

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

 a { background-color: rgb(178,108,153); }

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

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

 span { border-color: rgb(178,108,153); }

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