#B36E95

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

Shades of Bouquet #B36E95

Tints of Bouquet #B36E95

Color information

#B36E95 (or 0xB36E95) is unknown color: approx Bouquet. HEX triplet: B3, 6E and 95. RGB value is (179,110,149). Sum of RGB (Red+Green+Blue) = 179+110+149=438 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.87% from 438); Green value is 110 (43.36% from 255 or 25.11% from 438); Blue value is 149 (58.59% from 255 or 34.02% from 438); Max value from RGB is 179 - color contains mainly: red. Hex color #B36E95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36E95 is #4C916A. Grayscale: #868686. Windows color (decimal): -5017963 or 9793203. OLE color: 9793203.

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

Color convert

RGB179110149-
CMYK00.390.170.30
HSL326.09º31.22%56.67%-
HSV(B)326.09º38.55%70.2%-
XYZ29.5922.9131.3-
YUV135.08135.86159.33-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.87%
GREEN value IS 110 (43.36% from 255) = 25.11%
BLUE value IS 149 (58.59% from 255) = 34.02%
R=40.87%
G=25.11%
B=34.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.17
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17911014900.390.170.30326.0931.2256.67
HexB36E95027111E1461f39
Octal26315622504721365063771
Binary101100111101110100101010100111100011111010100011011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36E95; }

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

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

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

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

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

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

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

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