#B26F99

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

Shades of Bouquet #B26F99

Tints of Bouquet #B26F99

Color information

#B26F99 (or 0xB26F99) is unknown color: approx Bouquet. HEX triplet: B2, 6F and 99. RGB value is (178,111,153). Sum of RGB (Red+Green+Blue) = 178+111+153=442 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.27% from 442); Green value is 111 (43.75% from 255 or 25.11% from 442); Blue value is 153 (60.16% from 255 or 34.62% from 442); Max value from RGB is 178 - color contains mainly: red. Hex color #B26F99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26F99 is #4D9066. Grayscale: #878787. Windows color (decimal): -5083239 or 10055602. OLE color: 10055602.

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

Color convert

RGB178111153-
CMYK00.380.140.30
HSL322.39º30.32%56.67%-
HSV(B)322.39º37.64%69.8%-
XYZ29.7923.1333.03-
YUV135.82137.7158.08-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.27%
GREEN value IS 111 (43.75% from 255) = 25.11%
BLUE value IS 153 (60.16% from 255) = 34.62%
R=40.27%
G=25.11%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.14
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17811115300.380.140.30322.3930.3256.67
HexB26F99026E1E1421e39
Octal26215723104616365023671
Binary10110010110111110011001010011011101111010100001011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26F99; }

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

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

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

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

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

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

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

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