#B973AD

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

Shades of Bouquet #B973AD

Tints of Bouquet #B973AD

Color information

#B973AD (or 0xB973AD) is unknown color: approx Bouquet. HEX triplet: B9, 73 and AD. RGB value is (185,115,173). Sum of RGB (Red+Green+Blue) = 185+115+173=473 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.11% from 473); Green value is 115 (45.31% from 255 or 24.31% from 473); Blue value is 173 (67.97% from 255 or 36.58% from 473); Max value from RGB is 185 - color contains mainly: red. Hex color #B973AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B973AD is #468C52. Grayscale: #8E8E8E. Windows color (decimal): -4623443 or 11367353. OLE color: 11367353.

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

Color convert

RGB185115173-
CMYK00.380.060.27
HSL310.29º33.33%58.82%-
HSV(B)310.29º37.84%72.55%-
XYZ33.6825.5942.7-
YUV142.54145.19158.28-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.11%
GREEN value IS 115 (45.31% from 255) = 24.31%
BLUE value IS 173 (67.97% from 255) = 36.58%
R=39.11%
G=24.31%
B=36.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511517300.380.060.27310.2933.3358.82
HexB973AD02661B136213b
Octal2711632550466334664173
Binary10111001111001110101101010011011011011100110110100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B973AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B973AD; }

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

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

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

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

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

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

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

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