#B36397

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

Shades of Bouquet #B36397

Tints of Bouquet #B36397

Color information

#B36397 (or 0xB36397) is unknown color: approx Bouquet. HEX triplet: B3, 63 and 97. RGB value is (179,99,151). Sum of RGB (Red+Green+Blue) = 179+99+151=429 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.72% from 429); Green value is 99 (39.06% from 255 or 23.08% from 429); Blue value is 151 (59.38% from 255 or 35.20% from 429); Max value from RGB is 179 - color contains mainly: red. Hex color #B36397 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36397 is #4C9C68. Grayscale: #808080. Windows color (decimal): -5020777 or 9921459. OLE color: 9921459.

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

Color convert

RGB17999151-
CMYK00.450.160.30
HSL321º34.48%54.51%-
HSV(B)321º44.69%70.2%-
XYZ28.6420.7431.77-
YUV128.85140.5163.77-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.72%
GREEN value IS 99 (39.06% from 255) = 23.08%
BLUE value IS 151 (59.38% from 255) = 35.20%
R=41.72%
G=23.08%
B=35.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.16
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1799915100.450.160.3032134.4854.51
HexB3639702D101E1412237
Octal26314322705520365014267
Binary1011001111000111001011101011011000011110101000001100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36397; }

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

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

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

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

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

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

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

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