#B976A8

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

Shades of Bouquet #B976A8

Tints of Bouquet #B976A8

Color information

#B976A8 (or 0xB976A8) is unknown color: approx Bouquet. HEX triplet: B9, 76 and A8. RGB value is (185,118,168). Sum of RGB (Red+Green+Blue) = 185+118+168=471 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.28% from 471); Green value is 118 (46.48% from 255 or 25.05% from 471); Blue value is 168 (66.02% from 255 or 35.67% from 471); Max value from RGB is 185 - color contains mainly: red. Hex color #B976A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B976A8 is #468957. Grayscale: #8F8F8F. Windows color (decimal): -4622680 or 11040441. OLE color: 11040441.

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

Color convert

RGB185118168-
CMYK00.360.090.27
HSL315.22º32.37%59.41%-
HSV(B)315.22º36.22%72.55%-
XYZ33.5526.140.31-
YUV143.73141.7157.43-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.28%
GREEN value IS 118 (46.48% from 255) = 25.05%
BLUE value IS 168 (66.02% from 255) = 35.67%
R=39.28%
G=25.05%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511816800.360.090.27315.2232.3759.41
HexB976A802491B13b203b
Octal27116625004411334734073
Binary101110011110110101010000100100100111011100111011100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B976A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B976A8; }

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

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

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

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

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

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

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

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