#B37E9A

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

Shades of Bouquet #B37E9A

Tints of Bouquet #B37E9A

Color information

#B37E9A (or 0xB37E9A) is unknown color: approx Bouquet. HEX triplet: B3, 7E and 9A. RGB value is (179,126,154). Sum of RGB (Red+Green+Blue) = 179+126+154=459 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.00% from 459); Green value is 126 (49.61% from 255 or 27.45% from 459); Blue value is 154 (60.55% from 255 or 33.55% from 459); Max value from RGB is 179 - color contains mainly: red. Hex color #B37E9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37E9A is #4C8165. Grayscale: #909090. Windows color (decimal): -5013862 or 10124979. OLE color: 10124979.

HSL color Cylindrical-coordinate representation of color #B37E9A: hue angle of 328.3º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B37E9A is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.30.

Color convert

RGB179126154-
CMYK00.300.140.30
HSL328.3º25.85%59.8%-
HSV(B)328.3º29.61%70.2%-
XYZ31.8826.8434.07-
YUV145.04133.06152.22-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.00%
GREEN value IS 126 (49.61% from 255) = 27.45%
BLUE value IS 154 (60.55% from 255) = 33.55%
R=39.00%
G=27.45%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.14
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17912615400.300.140.30328.325.8559.8
HexB37E9A01EE1E1481a3c
Octal26317623203616365103274
Binary1011001111111101001101001111011101111010100100011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37E9A; }

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

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

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

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

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

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

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

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