#B9679F

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

Shades of Bouquet #B9679F

Tints of Bouquet #B9679F

Color information

#B9679F (or 0xB9679F) is unknown color: approx Bouquet. HEX triplet: B9, 67 and 9F. RGB value is (185,103,159). Sum of RGB (Red+Green+Blue) = 185+103+159=447 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.39% from 447); Green value is 103 (40.62% from 255 or 23.04% from 447); Blue value is 159 (62.5% from 255 or 35.57% from 447); Max value from RGB is 185 - color contains mainly: red. Hex color #B9679F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9679F is #469860. Grayscale: #858585. Windows color (decimal): -4626529 or 10446777. OLE color: 10446777.

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

Color convert

RGB185103159-
CMYK00.440.140.27
HSL319.02º36.94%56.47%-
HSV(B)319.02º44.32%72.55%-
XYZ31.1222.5235.51-
YUV133.9142.17164.45-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.39%
GREEN value IS 103 (40.62% from 255) = 23.04%
BLUE value IS 159 (62.5% from 255) = 35.57%
R=41.39%
G=23.04%
B=35.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18510315900.440.140.27319.0236.9456.47
HexB9679F02CE1B13f2538
Octal27114723705416334774570
Binary101110011100111100111110101100111011011100111111100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9679F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9679F; }

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

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

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

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

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

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

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

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