#B37C95

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

Shades of Bouquet #B37C95

Tints of Bouquet #B37C95

Color information

#B37C95 (or 0xB37C95) is unknown color: approx Bouquet. HEX triplet: B3, 7C and 95. RGB value is (179,124,149). Sum of RGB (Red+Green+Blue) = 179+124+149=452 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.60% from 452); Green value is 124 (48.83% from 255 or 27.43% from 452); Blue value is 149 (58.59% from 255 or 32.96% from 452); Max value from RGB is 179 - color contains mainly: red. Hex color #B37C95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37C95 is #4C836A. Grayscale: #8F8F8F. Windows color (decimal): -5014379 or 9796787. OLE color: 9796787.

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

Color convert

RGB179124149-
CMYK00.310.170.30
HSL332.73º26.57%59.41%-
HSV(B)332.73º30.73%70.2%-
XYZ31.2226.1731.84-
YUV143.29131.22153.47-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.60%
GREEN value IS 124 (48.83% from 255) = 27.43%
BLUE value IS 149 (58.59% from 255) = 32.96%
R=39.60%
G=27.43%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.17
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17912414900.310.170.30332.7326.5759.41
HexB37C9501F111E14d1b3b
Octal26317422503721365153373
Binary10110011111110010010101011111100011111010100110111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37C95; }

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

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

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

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

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

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

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

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