#B37C9A

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

Shades of Bouquet #B37C9A

Tints of Bouquet #B37C9A

Color information

#B37C9A (or 0xB37C9A) is unknown color: approx Bouquet. HEX triplet: B3, 7C and 9A. RGB value is (179,124,154). Sum of RGB (Red+Green+Blue) = 179+124+154=457 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.17% from 457); Green value is 124 (48.83% from 255 or 27.13% from 457); Blue value is 154 (60.55% from 255 or 33.70% from 457); Max value from RGB is 179 - color contains mainly: red. Hex color #B37C9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37C9A is #4C8365. Grayscale: #8F8F8F. Windows color (decimal): -5014374 or 10124467. OLE color: 10124467.

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

Color convert

RGB179124154-
CMYK00.310.140.30
HSL327.27º26.57%59.41%-
HSV(B)327.27º30.73%70.2%-
XYZ31.6326.3333.99-
YUV143.86133.72153.06-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.17%
GREEN value IS 124 (48.83% from 255) = 27.13%
BLUE value IS 154 (60.55% from 255) = 33.70%
R=39.17%
G=27.13%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.14
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17912415400.310.140.30327.2726.5759.41
HexB37C9A01FE1E1471b3b
Octal26317423203716365073373
Binary1011001111111001001101001111111101111010100011111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37C9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37C9A; }

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

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

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

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

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

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

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

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