#B26797

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

Shades of Bouquet #B26797

Tints of Bouquet #B26797

Color information

#B26797 (or 0xB26797) is unknown color: approx Bouquet. HEX triplet: B2, 67 and 97. RGB value is (178,103,151). Sum of RGB (Red+Green+Blue) = 178+103+151=432 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.20% from 432); Green value is 103 (40.62% from 255 or 23.84% from 432); Blue value is 151 (59.38% from 255 or 34.95% from 432); Max value from RGB is 178 - color contains mainly: red. Hex color #B26797 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26797 is #4D9868. Grayscale: #828282. Windows color (decimal): -5085289 or 9922482. OLE color: 9922482.

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

Color convert

RGB178103151-
CMYK00.420.150.30
HSL321.6º32.75%55.1%-
HSV(B)321.6º42.13%69.8%-
XYZ28.821.431.89-
YUV130.9139.35161.6-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.20%
GREEN value IS 103 (40.62% from 255) = 23.84%
BLUE value IS 151 (59.38% from 255) = 34.95%
R=41.20%
G=23.84%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.15
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17810315100.420.150.30321.632.7555.1
HexB2679702AF1E1422137
Octal26214722705217365024167
Binary101100101100111100101110101010111111110101000010100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26797; }

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

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

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

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

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

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

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

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