#B973A0

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

Shades of Bouquet #B973A0

Tints of Bouquet #B973A0

Color information

#B973A0 (or 0xB973A0) is unknown color: approx Bouquet. HEX triplet: B9, 73 and A0. RGB value is (185,115,160). Sum of RGB (Red+Green+Blue) = 185+115+160=460 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.22% from 460); Green value is 115 (45.31% from 255 or 25% from 460); Blue value is 160 (62.89% from 255 or 34.78% from 460); Max value from RGB is 185 - color contains mainly: red. Hex color #B973A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B973A0 is #468C5F. Grayscale: #8C8C8C. Windows color (decimal): -4623456 or 10515385. OLE color: 10515385.

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

Color convert

RGB185115160-
CMYK00.380.140.27
HSL321.43º33.33%58.82%-
HSV(B)321.43º37.84%72.55%-
XYZ32.4825.1136.39-
YUV141.06138.69159.34-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.22%
GREEN value IS 115 (45.31% from 255) = 25%
BLUE value IS 160 (62.89% from 255) = 34.78%
R=40.22%
G=25%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511516000.380.140.27321.4333.3358.82
HexB973A0026E1B141213b
Octal27116324004616335014173
Binary101110011110011101000000100110111011011101000001100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B973A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B973A0; }

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

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

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

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

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

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

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

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