#B36F9F

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

Shades of Bouquet #B36F9F

Tints of Bouquet #B36F9F

Color information

#B36F9F (or 0xB36F9F) is unknown color: approx Bouquet. HEX triplet: B3, 6F and 9F. RGB value is (179,111,159). Sum of RGB (Red+Green+Blue) = 179+111+159=449 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.87% from 449); Green value is 111 (43.75% from 255 or 24.72% from 449); Blue value is 159 (62.5% from 255 or 35.41% from 449); Max value from RGB is 179 - color contains mainly: red. Hex color #B36F9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36F9F is #4C9060. Grayscale: #888888. Windows color (decimal): -5017697 or 10448819. OLE color: 10448819.

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

Color convert

RGB179111159-
CMYK00.380.110.30
HSL317.65º30.91%56.86%-
HSV(B)317.65º37.99%70.2%-
XYZ30.5323.4635.72-
YUV136.8140.53158.1-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.87%
GREEN value IS 111 (43.75% from 255) = 24.72%
BLUE value IS 159 (62.5% from 255) = 35.41%
R=39.87%
G=24.72%
B=35.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.11
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17911115900.380.110.30317.6530.9156.86
HexB36F9F026B1E13e1f39
Octal26315723704613364763771
Binary10110011110111110011111010011010111111010011111011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36F9F; }

 p { color: rgb(179,111,159); }

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

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

 a { background-color: rgb(179,111,159); }

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

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

 span { border-color: rgb(179,111,159); }

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