#B37C9C

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

Shades of Bouquet #B37C9C

Tints of Bouquet #B37C9C

Color information

#B37C9C (or 0xB37C9C) is unknown color: approx Bouquet. HEX triplet: B3, 7C and 9C. RGB value is (179,124,156). Sum of RGB (Red+Green+Blue) = 179+124+156=459 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.00% from 459); Green value is 124 (48.83% from 255 or 27.02% from 459); Blue value is 156 (61.33% from 255 or 33.99% from 459); Max value from RGB is 179 - color contains mainly: red. Hex color #B37C9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37C9C is #4C8363. Grayscale: #909090. Windows color (decimal): -5014372 or 10255539. OLE color: 10255539.

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

Color convert

RGB179124156-
CMYK00.310.130.30
HSL325.09º26.57%59.41%-
HSV(B)325.09º30.73%70.2%-
XYZ31.826.434.87-
YUV144.09134.72152.9-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.00%
GREEN value IS 124 (48.83% from 255) = 27.02%
BLUE value IS 156 (61.33% from 255) = 33.99%
R=39.00%
G=27.02%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.13
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17912415600.310.130.30325.0926.5759.41
HexB37C9C01FD1E1451b3b
Octal26317423403715365053373
Binary1011001111111001001110001111111011111010100010111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37C9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37C9C; }

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

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

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

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

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

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

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

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