#B26F94

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

Shades of Bouquet #B26F94

Tints of Bouquet #B26F94

Color information

#B26F94 (or 0xB26F94) is unknown color: approx Bouquet. HEX triplet: B2, 6F and 94. RGB value is (178,111,148). Sum of RGB (Red+Green+Blue) = 178+111+148=437 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.73% from 437); Green value is 111 (43.75% from 255 or 25.40% from 437); Blue value is 148 (58.20% from 255 or 33.87% from 437); Max value from RGB is 178 - color contains mainly: red. Hex color #B26F94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26F94 is #4D906B. Grayscale: #878787. Windows color (decimal): -5083244 or 9727922. OLE color: 9727922.

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

Color convert

RGB178111148-
CMYK00.380.170.30
HSL326.87º30.32%56.67%-
HSV(B)326.87º37.64%69.8%-
XYZ29.3922.9730.9-
YUV135.25135.2158.49-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.73%
GREEN value IS 111 (43.75% from 255) = 25.40%
BLUE value IS 148 (58.20% from 255) = 33.87%
R=40.73%
G=25.40%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.17
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17811114800.380.170.30326.8730.3256.67
HexB26F94026111E1471e39
Octal26215722404621365073671
Binary101100101101111100101000100110100011111010100011111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26F94; }

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

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

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

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

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

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

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

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