#B26396

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

Shades of Bouquet #B26396

Tints of Bouquet #B26396

Color information

#B26396 (or 0xB26396) is unknown color: approx Bouquet. HEX triplet: B2, 63 and 96. RGB value is (178,99,150). Sum of RGB (Red+Green+Blue) = 178+99+150=427 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.69% from 427); Green value is 99 (39.06% from 255 or 23.19% from 427); Blue value is 150 (58.98% from 255 or 35.13% from 427); Max value from RGB is 178 - color contains mainly: red. Hex color #B26396 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26396 is #4D9C69. Grayscale: #808080. Windows color (decimal): -5086314 or 9855922. OLE color: 9855922.

HSL color Cylindrical-coordinate representation of color #B26396: hue angle of 321.27º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B26396 is Cyan = 0, Magento = 0.44, Yellow = 0.16 and Black (K on CMYK) = 0.30.

Color convert

RGB17899150-
CMYK00.440.160.30
HSL321.27º33.91%54.31%-
HSV(B)321.27º44.38%69.8%-
XYZ28.3320.5931.34-
YUV128.44140.17163.35-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.69%
GREEN value IS 99 (39.06% from 255) = 23.19%
BLUE value IS 150 (58.98% from 255) = 35.13%
R=41.69%
G=23.19%
B=35.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.16
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1789915000.440.160.30321.2733.9154.31
HexB2639602C101E1412236
Octal26214322605420365014266
Binary1011001011000111001011001011001000011110101000001100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26396; }

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

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

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

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

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

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

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

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