#B26799

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

Shades of Bouquet #B26799

Tints of Bouquet #B26799

Color information

#B26799 (or 0xB26799) is unknown color: approx Bouquet. HEX triplet: B2, 67 and 99. RGB value is (178,103,153). Sum of RGB (Red+Green+Blue) = 178+103+153=434 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.01% from 434); Green value is 103 (40.62% from 255 or 23.73% from 434); Blue value is 153 (60.16% from 255 or 35.25% from 434); Max value from RGB is 178 - color contains mainly: red. Hex color #B26799 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26799 is #4D9866. Grayscale: #838383. Windows color (decimal): -5085287 or 10053554. OLE color: 10053554.

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

Color convert

RGB178103153-
CMYK00.420.140.30
HSL320º32.75%55.1%-
HSV(B)320º42.13%69.8%-
XYZ28.9621.4732.75-
YUV131.12140.35161.43-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.01%
GREEN value IS 103 (40.62% from 255) = 23.73%
BLUE value IS 153 (60.16% from 255) = 35.25%
R=41.01%
G=23.73%
B=35.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.14
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17810315300.420.140.3032032.7555.1
HexB2679902AE1E1402137
Octal26214723105216365004167
Binary101100101100111100110010101010111011110101000000100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26799; }

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

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

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

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

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

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

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

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