#B37698

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

Shades of Bouquet #B37698

Tints of Bouquet #B37698

Color information

#B37698 (or 0xB37698) is unknown color: approx Bouquet. HEX triplet: B3, 76 and 98. RGB value is (179,118,152). Sum of RGB (Red+Green+Blue) = 179+118+152=449 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.87% from 449); Green value is 118 (46.48% from 255 or 26.28% from 449); Blue value is 152 (59.77% from 255 or 33.85% from 449); Max value from RGB is 179 - color contains mainly: red. Hex color #B37698 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37698 is #4C8967. Grayscale: #8C8C8C. Windows color (decimal): -5015912 or 9991859. OLE color: 9991859.

HSL color Cylindrical-coordinate representation of color #B37698: hue angle of 326.56º 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 #B37698 is Cyan = 0, Magento = 0.34, Yellow = 0.15 and Black (K on CMYK) = 0.30.

Color convert

RGB179118152-
CMYK00.340.150.30
HSL326.56º28.64%58.24%-
HSV(B)326.56º34.08%70.2%-
XYZ30.7424.8132.87-
YUV140.11134.71155.74-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.87%
GREEN value IS 118 (46.48% from 255) = 26.28%
BLUE value IS 152 (59.77% from 255) = 33.85%
R=39.87%
G=26.28%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.15
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17911815200.340.150.30326.5628.6458.24
HexB37698022F1E1471d3a
Octal26316623004217365073572
Binary10110011111011010011000010001011111111010100011111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37698; }

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

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

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

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

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

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

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

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