#B36697

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

Shades of Bouquet #B36697

Tints of Bouquet #B36697

Color information

#B36697 (or 0xB36697) is unknown color: approx Bouquet. HEX triplet: B3, 66 and 97. RGB value is (179,102,151). Sum of RGB (Red+Green+Blue) = 179+102+151=432 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.44% from 432); Green value is 102 (40.23% from 255 or 23.61% from 432); Blue value is 151 (59.38% from 255 or 34.95% from 432); Max value from RGB is 179 - color contains mainly: red. Hex color #B36697 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36697 is #4C9968. Grayscale: #828282. Windows color (decimal): -5020009 or 9922227. OLE color: 9922227.

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

Color convert

RGB179102151-
CMYK00.430.160.30
HSL321.82º33.62%55.1%-
HSV(B)321.82º43.02%70.2%-
XYZ28.9321.3231.87-
YUV130.61139.51162.52-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.44%
GREEN value IS 102 (40.23% from 255) = 23.61%
BLUE value IS 151 (59.38% from 255) = 34.95%
R=41.44%
G=23.61%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.16
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17910215100.430.160.30321.8233.6255.1
HexB3669702B101E1422237
Octal26314622705320365024267
Binary1011001111001101001011101010111000011110101000010100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36697; }

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

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

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

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

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

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

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

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