#B26395

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

Shades of Bouquet #B26395

Tints of Bouquet #B26395

Color information

#B26395 (or 0xB26395) is unknown color: approx Bouquet. HEX triplet: B2, 63 and 95. RGB value is (178,99,149). Sum of RGB (Red+Green+Blue) = 178+99+149=426 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.78% from 426); Green value is 99 (39.06% from 255 or 23.24% from 426); Blue value is 149 (58.59% from 255 or 34.98% from 426); Max value from RGB is 178 - color contains mainly: red. Hex color #B26395 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26395 is #4D9C6A. Grayscale: #808080. Windows color (decimal): -5086315 or 9790386. OLE color: 9790386.

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

Color convert

RGB17899149-
CMYK00.440.160.30
HSL322.03º33.91%54.31%-
HSV(B)322.03º44.38%69.8%-
XYZ28.2520.5630.91-
YUV128.32139.67163.43-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.78%
GREEN value IS 99 (39.06% from 255) = 23.24%
BLUE value IS 149 (58.59% from 255) = 34.98%
R=41.78%
G=23.24%
B=34.98%

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
Decimal1789914900.440.160.30322.0333.9154.31
HexB2639502C101E1422236
Octal26214322505420365024266
Binary1011001011000111001010101011001000011110101000010100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26395; }

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

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

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

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

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

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

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

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