#B376A0

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

Shades of Bouquet #B376A0

Tints of Bouquet #B376A0

Color information

#B376A0 (or 0xB376A0) is unknown color: approx Bouquet. HEX triplet: B3, 76 and A0. RGB value is (179,118,160). Sum of RGB (Red+Green+Blue) = 179+118+160=457 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.17% from 457); Green value is 118 (46.48% from 255 or 25.82% from 457); Blue value is 160 (62.89% from 255 or 35.01% from 457); Max value from RGB is 179 - color contains mainly: red. Hex color #B376A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B376A0 is #4C895F. Grayscale: #8C8C8C. Windows color (decimal): -5015904 or 10516147. OLE color: 10516147.

HSL color Cylindrical-coordinate representation of color #B376A0: hue angle of 318.69º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B376A0 is Cyan = 0, Magento = 0.34, Yellow = 0.11 and Black (K on CMYK) = 0.30.

Color convert

RGB179118160-
CMYK00.340.110.30
HSL318.69º28.64%58.24%-
HSV(B)318.69º34.08%70.2%-
XYZ31.4125.0836.44-
YUV141.03138.71155.08-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.17%
GREEN value IS 118 (46.48% from 255) = 25.82%
BLUE value IS 160 (62.89% from 255) = 35.01%
R=39.17%
G=25.82%
B=35.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.11
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17911816000.340.110.30318.6928.6458.24
HexB376A0022B1E13f1d3a
Octal26316624004213364773572
Binary10110011111011010100000010001010111111010011111111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B376A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B376A0; }

 p { color: rgb(179,118,160); }

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

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

 a { background-color: rgb(179,118,160); }

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

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

 span { border-color: rgb(179,118,160); }

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