#B8679F

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

Shades of Bouquet #B8679F

Tints of Bouquet #B8679F

Color information

#B8679F (or 0xB8679F) is unknown color: approx Bouquet. HEX triplet: B8, 67 and 9F. RGB value is (184,103,159). Sum of RGB (Red+Green+Blue) = 184+103+159=446 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.26% from 446); Green value is 103 (40.62% from 255 or 23.09% from 446); Blue value is 159 (62.5% from 255 or 35.65% from 446); Max value from RGB is 184 - color contains mainly: red. Hex color #B8679F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8679F is #479860. Grayscale: #858585. Windows color (decimal): -4692065 or 10446776. OLE color: 10446776.

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

Color convert

RGB184103159-
CMYK00.440.140.28
HSL318.52º36.32%56.27%-
HSV(B)318.52º44.02%72.16%-
XYZ30.8822.3935.5-
YUV133.6142.34163.95-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.26%
GREEN value IS 103 (40.62% from 255) = 23.09%
BLUE value IS 159 (62.5% from 255) = 35.65%
R=41.26%
G=23.09%
B=35.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.14
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18410315900.440.140.28318.5236.3256.27
HexB8679F02CE1C13f2438
Octal27014723705416344774470
Binary101110001100111100111110101100111011100100111111100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8679F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8679F; }

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

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

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

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

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

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

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

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