#B973A5

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

Shades of Bouquet #B973A5

Tints of Bouquet #B973A5

Color information

#B973A5 (or 0xB973A5) is unknown color: approx Bouquet. HEX triplet: B9, 73 and A5. RGB value is (185,115,165). Sum of RGB (Red+Green+Blue) = 185+115+165=465 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.78% from 465); Green value is 115 (45.31% from 255 or 24.73% from 465); Blue value is 165 (64.84% from 255 or 35.48% from 465); Max value from RGB is 185 - color contains mainly: red. Hex color #B973A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B973A5 is #468C5A. Grayscale: #8D8D8D. Windows color (decimal): -4623451 or 10843065. OLE color: 10843065.

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

Color convert

RGB185115165-
CMYK00.380.110.27
HSL317.14º33.33%58.82%-
HSV(B)317.14º37.84%72.55%-
XYZ32.9325.2938.74-
YUV141.63141.19158.93-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.78%
GREEN value IS 115 (45.31% from 255) = 24.73%
BLUE value IS 165 (64.84% from 255) = 35.48%
R=39.78%
G=24.73%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511516500.380.110.27317.1433.3358.82
HexB973A5026B1B13d213b
Octal27116324504613334754173
Binary101110011110011101001010100110101111011100111101100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B973A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B973A5; }

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

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

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

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

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

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

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

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