#B26993

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

Shades of Bouquet #B26993

Tints of Bouquet #B26993

Color information

#B26993 (or 0xB26993) is unknown color: approx Bouquet. HEX triplet: B2, 69 and 93. RGB value is (178,105,147). Sum of RGB (Red+Green+Blue) = 178+105+147=430 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.40% from 430); Green value is 105 (41.41% from 255 or 24.42% from 430); Blue value is 147 (57.81% from 255 or 34.19% from 430); Max value from RGB is 178 - color contains mainly: red. Hex color #B26993 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26993 is #4D966C. Grayscale: #838383. Windows color (decimal): -5084781 or 9660850. OLE color: 9660850.

HSL color Cylindrical-coordinate representation of color #B26993: hue angle of 325.48º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B26993 is Cyan = 0, Magento = 0.41, Yellow = 0.17 and Black (K on CMYK) = 0.30.

Color convert

RGB178105147-
CMYK00.410.170.30
HSL325.48º32.16%55.49%-
HSV(B)325.48º41.01%69.8%-
XYZ28.6821.6730.28-
YUV131.62136.68161.08-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.40%
GREEN value IS 105 (41.41% from 255) = 24.42%
BLUE value IS 147 (57.81% from 255) = 34.19%
R=41.40%
G=24.42%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.17
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17810514700.410.170.30325.4832.1655.49
HexB26993029111E1452037
Octal26215122305121365054067
Binary1011001011010011001001101010011000111110101000101100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26993; }

 p { color: rgb(178,105,147); }

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

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

 a { background-color: rgb(178,105,147); }

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

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

 span { border-color: rgb(178,105,147); }

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