#b36c9e

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

Shades of Bouquet #B36C9E

Tints of Bouquet #B36C9E

Color information

#B36C9E (or 0xB36C9E) is unknown color: approx Bouquet. HEX triplet: B3, 6C and 9E. RGB value is (179,108,158). Sum of RGB (Red+Green+Blue) = 179+108+158=445 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.22% from 445); Green value is 108 (42.58% from 255 or 24.27% from 445); Blue value is 158 (62.11% from 255 or 35.51% from 445); Max value from RGB is 179 - color contains mainly: red. Hex color #B36C9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36C9E is #4C9361. Grayscale: #868686. Windows color (decimal): -5018466 or 10382515. OLE color: 10382515.

HSL color Cylindrical-coordinate representation of color #B36C9E: hue angle of 317.75º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B36C9E is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.30.

Color convert

RGB179108158-
CMYK00.400.120.30
HSL317.75º31.84%56.27%-
HSV(B)317.75º39.66%70.2%-
XYZ30.1222.7835.16-
YUV134.93141.02159.43-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.22%
GREEN value IS 108 (42.58% from 255) = 24.27%
BLUE value IS 158 (62.11% from 255) = 35.51%
R=40.22%
G=24.27%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.12
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17910815800.400.120.30317.7531.8456.27
HexB36C9E028C1E13e2038
Octal26315423605014364764070
Binary101100111101100100111100101000110011110100111110100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b36c9e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b36c9e; }

 p { color: rgb(179,108,158); }

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

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

 a { background-color: rgb(179,108,158); }

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

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

 span { border-color: rgb(179,108,158); }

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