#B37693

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

Shades of Bouquet #B37693

Tints of Bouquet #B37693

Color information

#B37693 (or 0xB37693) is unknown color: approx Bouquet. HEX triplet: B3, 76 and 93. RGB value is (179,118,147). Sum of RGB (Red+Green+Blue) = 179+118+147=444 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.32% from 444); Green value is 118 (46.48% from 255 or 26.58% from 444); Blue value is 147 (57.81% from 255 or 33.11% from 444); Max value from RGB is 179 - color contains mainly: red. Hex color #B37693 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37693 is #4C896C. Grayscale: #8B8B8B. Windows color (decimal): -5015917 or 9664179. OLE color: 9664179.

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

Color convert

RGB179118147-
CMYK00.340.180.30
HSL331.48º28.64%58.24%-
HSV(B)331.48º34.08%70.2%-
XYZ30.3424.6530.76-
YUV139.54132.21156.14-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.32%
GREEN value IS 118 (46.48% from 255) = 26.58%
BLUE value IS 147 (57.81% from 255) = 33.11%
R=40.32%
G=26.58%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.18
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17911814700.340.180.30331.4828.6458.24
HexB37693022121E14b1d3a
Octal26316622304222365133572
Binary101100111110110100100110100010100101111010100101111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37693; }

 p { color: rgb(179,118,147); }

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

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

 a { background-color: rgb(179,118,147); }

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

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

 span { border-color: rgb(179,118,147); }

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