#B8689F

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

Shades of Bouquet #B8689F

Tints of Bouquet #B8689F

Color information

#B8689F (or 0xB8689F) is unknown color: approx Bouquet. HEX triplet: B8, 68 and 9F. RGB value is (184,104,159). Sum of RGB (Red+Green+Blue) = 184+104+159=447 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.16% from 447); Green value is 104 (41.02% from 255 or 23.27% from 447); Blue value is 159 (62.5% from 255 or 35.57% from 447); Max value from RGB is 184 - color contains mainly: red. Hex color #B8689F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8689F is #479760. Grayscale: #868686. Windows color (decimal): -4691809 or 10447032. OLE color: 10447032.

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

Color convert

RGB184104159-
CMYK00.430.140.28
HSL318.75º36.04%56.47%-
HSV(B)318.75º43.48%72.16%-
XYZ30.9822.5935.53-
YUV134.19142163.53-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.16%
GREEN value IS 104 (41.02% from 255) = 23.27%
BLUE value IS 159 (62.5% from 255) = 35.57%
R=41.16%
G=23.27%
B=35.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.14
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18410415900.430.140.28318.7536.0456.47
HexB8689F02BE1C13f2438
Octal27015023705316344774470
Binary101110001101000100111110101011111011100100111111100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8689F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8689F; }

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

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

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

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

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

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

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

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