#B37F97

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

Shades of Bouquet #B37F97

Tints of Bouquet #B37F97

Color information

#B37F97 (or 0xB37F97) is unknown color: approx Bouquet. HEX triplet: B3, 7F and 97. RGB value is (179,127,151). Sum of RGB (Red+Green+Blue) = 179+127+151=457 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.17% from 457); Green value is 127 (50% from 255 or 27.79% from 457); Blue value is 151 (59.38% from 255 or 33.04% from 457); Max value from RGB is 179 - color contains mainly: red. Hex color #B37F97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37F97 is #4C8068. Grayscale: #919191. Windows color (decimal): -5013609 or 9928627. OLE color: 9928627.

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

Color convert

RGB179127151-
CMYK00.290.160.30
HSL332.31º25.49%60%-
HSV(B)332.31º29.05%70.2%-
XYZ31.772732.81-
YUV145.28131.23152.05-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.17%
GREEN value IS 127 (50% from 255) = 27.79%
BLUE value IS 151 (59.38% from 255) = 33.04%
R=39.17%
G=27.79%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.16
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17912715100.290.160.30332.3125.4960
HexB37F9701D101E14c193c
Octal26317722703520365143174
Binary10110011111111110010111011101100001111010100110011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37F97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37F97; }

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

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

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

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

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

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

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

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