#B26F98

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

Shades of Bouquet #B26F98

Tints of Bouquet #B26F98

Color information

#B26F98 (or 0xB26F98) is unknown color: approx Bouquet. HEX triplet: B2, 6F and 98. RGB value is (178,111,152). Sum of RGB (Red+Green+Blue) = 178+111+152=441 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.36% from 441); Green value is 111 (43.75% from 255 or 25.17% from 441); Blue value is 152 (59.77% from 255 or 34.47% from 441); Max value from RGB is 178 - color contains mainly: red. Hex color #B26F98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26F98 is #4D9067. Grayscale: #878787. Windows color (decimal): -5083240 or 9990066. OLE color: 9990066.

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

Color convert

RGB178111152-
CMYK00.380.150.30
HSL323.28º30.32%56.67%-
HSV(B)323.28º37.64%69.8%-
XYZ29.7123.132.6-
YUV135.71137.2158.17-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.36%
GREEN value IS 111 (43.75% from 255) = 25.17%
BLUE value IS 152 (59.77% from 255) = 34.47%
R=40.36%
G=25.17%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.15
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17811115200.380.150.30323.2830.3256.67
HexB26F98026F1E1431e39
Octal26215723004617365033671
Binary10110010110111110011000010011011111111010100001111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26F98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26F98; }

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

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

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

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

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

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

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

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