#B976A4

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

Shades of Bouquet #B976A4

Tints of Bouquet #B976A4

Color information

#B976A4 (or 0xB976A4) is unknown color: approx Bouquet. HEX triplet: B9, 76 and A4. RGB value is (185,118,164). Sum of RGB (Red+Green+Blue) = 185+118+164=467 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.61% from 467); Green value is 118 (46.48% from 255 or 25.27% from 467); Blue value is 164 (64.45% from 255 or 35.12% from 467); Max value from RGB is 185 - color contains mainly: red. Hex color #B976A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B976A4 is #46895B. Grayscale: #8F8F8F. Windows color (decimal): -4622684 or 10778297. OLE color: 10778297.

HSL color Cylindrical-coordinate representation of color #B976A4: hue angle of 318.81º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B976A4 is Cyan = 0, Magento = 0.36, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB185118164-
CMYK00.360.110.27
HSL318.81º32.37%59.41%-
HSV(B)318.81º36.22%72.55%-
XYZ33.1925.9538.38-
YUV143.28139.7157.76-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.61%
GREEN value IS 118 (46.48% from 255) = 25.27%
BLUE value IS 164 (64.45% from 255) = 35.12%
R=39.61%
G=25.27%
B=35.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511816400.360.110.27318.8132.3759.41
HexB976A4024B1B13f203b
Octal27116624404413334774073
Binary101110011110110101001000100100101111011100111111100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B976A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B976A4; }

 p { color: rgb(185,118,164); }

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

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

 a { background-color: rgb(185,118,164); }

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

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

 span { border-color: rgb(185,118,164); }

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