#B37C9D

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

Shades of Bouquet #B37C9D

Tints of Bouquet #B37C9D

Color information

#B37C9D (or 0xB37C9D) is unknown color: approx Bouquet. HEX triplet: B3, 7C and 9D. RGB value is (179,124,157). Sum of RGB (Red+Green+Blue) = 179+124+157=460 (60% of max value = 765). Red value is 179 (70.31% from 255 or 38.91% from 460); Green value is 124 (48.83% from 255 or 26.96% from 460); Blue value is 157 (61.72% from 255 or 34.13% from 460); Max value from RGB is 179 - color contains mainly: red. Hex color #B37C9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37C9D is #4C8362. Grayscale: #909090. Windows color (decimal): -5014371 or 10321075. OLE color: 10321075.

HSL color Cylindrical-coordinate representation of color #B37C9D: hue angle of 324º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B37C9D is Cyan = 0, Magento = 0.31, Yellow = 0.12 and Black (K on CMYK) = 0.30.

Color convert

RGB179124157-
CMYK00.310.120.30
HSL324º26.57%59.41%-
HSV(B)324º30.73%70.2%-
XYZ31.8826.4335.32-
YUV144.21135.22152.82-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.91%
GREEN value IS 124 (48.83% from 255) = 26.96%
BLUE value IS 157 (61.72% from 255) = 34.13%
R=38.91%
G=26.96%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.12
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17912415700.310.120.3032426.5759.41
HexB37C9D01FC1E1441b3b
Octal26317423503714365043373
Binary1011001111111001001110101111111001111010100010011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37C9D; }

 p { color: rgb(179,124,157); }

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

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

 a { background-color: rgb(179,124,157); }

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

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

 span { border-color: rgb(179,124,157); }

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