#B971A9

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

Shades of Bouquet #B971A9

Tints of Bouquet #B971A9

Color information

#B971A9 (or 0xB971A9) is unknown color: approx Bouquet. HEX triplet: B9, 71 and A9. RGB value is (185,113,169). Sum of RGB (Red+Green+Blue) = 185+113+169=467 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.61% from 467); Green value is 113 (44.53% from 255 or 24.20% from 467); Blue value is 169 (66.41% from 255 or 36.19% from 467); Max value from RGB is 185 - color contains mainly: red. Hex color #B971A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B971A9 is #468E56. Grayscale: #8C8C8C. Windows color (decimal): -4623959 or 11104697. OLE color: 11104697.

HSL color Cylindrical-coordinate representation of color #B971A9: hue angle of 313.33º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B971A9 is Cyan = 0, Magento = 0.39, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB185113169-
CMYK00.390.090.27
HSL313.33º33.96%58.43%-
HSV(B)313.33º38.92%72.55%-
XYZ33.0724.9940.62-
YUV140.91143.85159.45-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.61%
GREEN value IS 113 (44.53% from 255) = 24.20%
BLUE value IS 169 (66.41% from 255) = 36.19%
R=39.61%
G=24.20%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511316900.390.090.27313.3333.9658.43
HexB971A902791B139223a
Octal27116125104711334714272
Binary101110011110001101010010100111100111011100111001100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B971A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B971A9; }

 p { color: rgb(185,113,169); }

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

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

 a { background-color: rgb(185,113,169); }

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

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

 span { border-color: rgb(185,113,169); }

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