#B37F9B

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

Shades of Bouquet #B37F9B

Tints of Bouquet #B37F9B

Color information

#B37F9B (or 0xB37F9B) is unknown color: approx Bouquet. HEX triplet: B3, 7F and 9B. RGB value is (179,127,155). Sum of RGB (Red+Green+Blue) = 179+127+155=461 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.83% from 461); Green value is 127 (50% from 255 or 27.55% from 461); Blue value is 155 (60.94% from 255 or 33.62% from 461); Max value from RGB is 179 - color contains mainly: red. Hex color #B37F9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37F9B is #4C8064. Grayscale: #919191. Windows color (decimal): -5013605 or 10190771. OLE color: 10190771.

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

Color convert

RGB179127155-
CMYK00.290.130.30
HSL327.69º25.49%60%-
HSV(B)327.69º29.05%70.2%-
XYZ32.127.1334.56-
YUV145.74133.23151.72-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.83%
GREEN value IS 127 (50% from 255) = 27.55%
BLUE value IS 155 (60.94% from 255) = 33.62%
R=38.83%
G=27.55%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.13
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17912715500.290.130.30327.6925.4960
HexB37F9B01DD1E148193c
Octal26317723303515365103174
Binary1011001111111111001101101110111011111010100100011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37F9B; }

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

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

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

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

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

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

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

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