#B973A6

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

Shades of Bouquet #B973A6

Tints of Bouquet #B973A6

Color information

#B973A6 (or 0xB973A6) is unknown color: approx Bouquet. HEX triplet: B9, 73 and A6. RGB value is (185,115,166). Sum of RGB (Red+Green+Blue) = 185+115+166=466 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.70% from 466); Green value is 115 (45.31% from 255 or 24.68% from 466); Blue value is 166 (65.23% from 255 or 35.62% from 466); Max value from RGB is 185 - color contains mainly: red. Hex color #B973A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B973A6 is #468C59. Grayscale: #8D8D8D. Windows color (decimal): -4623450 or 10908601. OLE color: 10908601.

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

Color convert

RGB185115166-
CMYK00.380.100.27
HSL316.29º33.33%58.82%-
HSV(B)316.29º37.84%72.55%-
XYZ33.0225.3339.22-
YUV141.74141.69158.85-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.70%
GREEN value IS 115 (45.31% from 255) = 24.68%
BLUE value IS 166 (65.23% from 255) = 35.62%
R=39.70%
G=24.68%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.10
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511516600.380.100.27316.2933.3358.82
HexB973A6026A1B13c213b
Octal27116324604612334744173
Binary101110011110011101001100100110101011011100111100100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B973A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B973A6; }

 p { color: rgb(185,115,166); }

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

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

 a { background-color: rgb(185,115,166); }

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

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

 span { border-color: rgb(185,115,166); }

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