#B976AA

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

Shades of Bouquet #B976AA

Tints of Bouquet #B976AA

Color information

#B976AA (or 0xB976AA) is unknown color: approx Bouquet. HEX triplet: B9, 76 and AA. RGB value is (185,118,170). Sum of RGB (Red+Green+Blue) = 185+118+170=473 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.11% from 473); Green value is 118 (46.48% from 255 or 24.95% from 473); Blue value is 170 (66.80% from 255 or 35.94% from 473); Max value from RGB is 185 - color contains mainly: red. Hex color #B976AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B976AA is #468955. Grayscale: #8F8F8F. Windows color (decimal): -4622678 or 11171513. OLE color: 11171513.

HSL color Cylindrical-coordinate representation of color #B976AA: hue angle of 313.43º 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 #B976AA is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB185118170-
CMYK00.360.080.27
HSL313.43º32.37%59.41%-
HSV(B)313.43º36.22%72.55%-
XYZ33.7426.1741.3-
YUV143.96142.7157.27-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.11%
GREEN value IS 118 (46.48% from 255) = 24.95%
BLUE value IS 170 (66.80% from 255) = 35.94%
R=39.11%
G=24.95%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511817000.360.080.27313.4332.3759.41
HexB976AA02481B139203b
Octal27116625204410334714073
Binary101110011110110101010100100100100011011100111001100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B976AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B976AA; }

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

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

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

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

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

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

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

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