#B8709F

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

Shades of Bouquet #B8709F

Tints of Bouquet #B8709F

Color information

#B8709F (or 0xB8709F) is unknown color: approx Bouquet. HEX triplet: B8, 70 and 9F. RGB value is (184,112,159). Sum of RGB (Red+Green+Blue) = 184+112+159=455 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.44% from 455); Green value is 112 (44.14% from 255 or 24.62% from 455); Blue value is 159 (62.5% from 255 or 34.95% from 455); Max value from RGB is 184 - color contains mainly: red. Hex color #B8709F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8709F is #478F60. Grayscale: #8A8A8A. Windows color (decimal): -4689761 or 10449080. OLE color: 10449080.

HSL color Cylindrical-coordinate representation of color #B8709F: hue angle of 320.83º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B8709F is Cyan = 0, Magento = 0.39, Yellow = 0.14 and Black (K on CMYK) = 0.28.

Color convert

RGB184112159-
CMYK00.390.140.28
HSL320.83º33.64%58.04%-
HSV(B)320.83º39.13%72.16%-
XYZ31.8224.2835.81-
YUV138.89139.35160.18-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.44%
GREEN value IS 112 (44.14% from 255) = 24.62%
BLUE value IS 159 (62.5% from 255) = 34.95%
R=40.44%
G=24.62%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.14
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18411215900.390.140.28320.8333.6458.04
HexB8709F027E1C141223a
Octal27016023704716345014272
Binary101110001110000100111110100111111011100101000001100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8709F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8709F; }

 p { color: rgb(184,112,159); }

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

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

 a { background-color: rgb(184,112,159); }

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

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

 span { border-color: rgb(184,112,159); }

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