#B873A9

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

Shades of Bouquet #B873A9

Tints of Bouquet #B873A9

Color information

#B873A9 (or 0xB873A9) is unknown color: approx Bouquet. HEX triplet: B8, 73 and A9. RGB value is (184,115,169). Sum of RGB (Red+Green+Blue) = 184+115+169=468 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.32% from 468); Green value is 115 (45.31% from 255 or 24.57% from 468); Blue value is 169 (66.41% from 255 or 36.11% from 468); Max value from RGB is 184 - color contains mainly: red. Hex color #B873A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B873A9 is #478C56. Grayscale: #8D8D8D. Windows color (decimal): -4688983 or 11105208. OLE color: 11105208.

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

Color convert

RGB184115169-
CMYK00.380.080.28
HSL313.04º32.7%58.63%-
HSV(B)313.04º37.5%72.16%-
XYZ33.0625.3240.68-
YUV141.79143.36158.11-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.32%
GREEN value IS 115 (45.31% from 255) = 24.57%
BLUE value IS 169 (66.41% from 255) = 36.11%
R=39.32%
G=24.57%
B=36.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.08
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18411516900.380.080.28313.0432.758.63
HexB873A902681C139213b
Octal27016325104610344714173
Binary101110001110011101010010100110100011100100111001100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B873A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B873A9; }

 p { color: rgb(184,115,169); }

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

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

 a { background-color: rgb(184,115,169); }

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

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

 span { border-color: rgb(184,115,169); }

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