#B36894

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

Shades of Bouquet #B36894

Tints of Bouquet #B36894

Color information

#B36894 (or 0xB36894) is unknown color: approx Bouquet. HEX triplet: B3, 68 and 94. RGB value is (179,104,148). Sum of RGB (Red+Green+Blue) = 179+104+148=431 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.53% from 431); Green value is 104 (41.02% from 255 or 24.13% from 431); Blue value is 148 (58.20% from 255 or 34.34% from 431); Max value from RGB is 179 - color contains mainly: red. Hex color #B36894 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36894 is #4C976B. Grayscale: #838383. Windows color (decimal): -5019500 or 9726131. OLE color: 9726131.

HSL color Cylindrical-coordinate representation of color #B36894: hue angle of 324.8º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B36894 is Cyan = 0, Magento = 0.42, Yellow = 0.17 and Black (K on CMYK) = 0.30.

Color convert

RGB179104148-
CMYK00.420.170.30
HSL324.8º33.04%55.49%-
HSV(B)324.8º41.9%70.2%-
XYZ28.8921.6230.67-
YUV131.44137.35161.92-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.53%
GREEN value IS 104 (41.02% from 255) = 24.13%
BLUE value IS 148 (58.20% from 255) = 34.34%
R=41.53%
G=24.13%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.17
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17910414800.420.170.30324.833.0455.49
HexB3689402A111E1452137
Octal26315022405221365054167
Binary1011001111010001001010001010101000111110101000101100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36894; }

 p { color: rgb(179,104,148); }

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

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

 a { background-color: rgb(179,104,148); }

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

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

 span { border-color: rgb(179,104,148); }

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