#B36E97

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

Shades of Bouquet #B36E97

Tints of Bouquet #B36E97

Color information

#B36E97 (or 0xB36E97) is unknown color: approx Bouquet. HEX triplet: B3, 6E and 97. RGB value is (179,110,151). Sum of RGB (Red+Green+Blue) = 179+110+151=440 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.68% from 440); Green value is 110 (43.36% from 255 or 25% from 440); Blue value is 151 (59.38% from 255 or 34.32% from 440); Max value from RGB is 179 - color contains mainly: red. Hex color #B36E97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36E97 is #4C9168. Grayscale: #878787. Windows color (decimal): -5017961 or 9924275. OLE color: 9924275.

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

Color convert

RGB179110151-
CMYK00.390.160.30
HSL324.35º31.22%56.67%-
HSV(B)324.35º38.55%70.2%-
XYZ29.7522.9732.14-
YUV135.3136.86159.17-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.68%
GREEN value IS 110 (43.36% from 255) = 25%
BLUE value IS 151 (59.38% from 255) = 34.32%
R=40.68%
G=25%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.16
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17911015100.390.160.30324.3531.2256.67
HexB36E97027101E1441f39
Octal26315622704720365043771
Binary101100111101110100101110100111100001111010100010011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36E97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36E97; }

 p { color: rgb(179,110,151); }

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

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

 a { background-color: rgb(179,110,151); }

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

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

 span { border-color: rgb(179,110,151); }

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