#B26796

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

Shades of Bouquet #B26796

Tints of Bouquet #B26796

Color information

#B26796 (or 0xB26796) is unknown color: approx Bouquet. HEX triplet: B2, 67 and 96. RGB value is (178,103,150). Sum of RGB (Red+Green+Blue) = 178+103+150=431 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.30% from 431); Green value is 103 (40.62% from 255 or 23.90% from 431); Blue value is 150 (58.98% from 255 or 34.80% from 431); Max value from RGB is 178 - color contains mainly: red. Hex color #B26796 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26796 is #4D9869. Grayscale: #828282. Windows color (decimal): -5085290 or 9856946. OLE color: 9856946.

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

Color convert

RGB178103150-
CMYK00.420.160.30
HSL322.4º32.75%55.1%-
HSV(B)322.4º42.13%69.8%-
XYZ28.7221.3731.47-
YUV130.78138.85161.68-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.30%
GREEN value IS 103 (40.62% from 255) = 23.90%
BLUE value IS 150 (58.98% from 255) = 34.80%
R=41.30%
G=23.90%
B=34.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.16
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17810315000.420.160.30322.432.7555.1
HexB2679602A101E1422137
Octal26214722605220365024167
Binary1011001011001111001011001010101000011110101000010100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26796; }

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

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

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

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

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

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

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

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