#B372A1

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

Shades of Bouquet #B372A1

Tints of Bouquet #B372A1

Color information

#B372A1 (or 0xB372A1) is unknown color: approx Bouquet. HEX triplet: B3, 72 and A1. RGB value is (179,114,161). Sum of RGB (Red+Green+Blue) = 179+114+161=454 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.43% from 454); Green value is 114 (44.92% from 255 or 25.11% from 454); Blue value is 161 (63.28% from 255 or 35.46% from 454); Max value from RGB is 179 - color contains mainly: red. Hex color #B372A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B372A1 is #4C8D5E. Grayscale: #8A8A8A. Windows color (decimal): -5016927 or 10580659. OLE color: 10580659.

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

Color convert

RGB179114161-
CMYK00.360.100.30
HSL316.62º29.95%57.45%-
HSV(B)316.62º36.31%70.2%-
XYZ31.0424.1936.75-
YUV138.79140.53156.68-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.43%
GREEN value IS 114 (44.92% from 255) = 25.11%
BLUE value IS 161 (63.28% from 255) = 35.46%
R=39.43%
G=25.11%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.10
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17911416100.360.100.30316.6229.9557.45
HexB372A1024A1E13d1e39
Octal26316224104412364753671
Binary10110011111001010100001010010010101111010011110111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B372A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B372A1; }

 p { color: rgb(179,114,161); }

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

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

 a { background-color: rgb(179,114,161); }

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

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

 span { border-color: rgb(179,114,161); }

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