#B8669F

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

Shades of Bouquet #B8669F

Tints of Bouquet #B8669F

Color information

#B8669F (or 0xB8669F) is unknown color: approx Bouquet. HEX triplet: B8, 66 and 9F. RGB value is (184,102,159). Sum of RGB (Red+Green+Blue) = 184+102+159=445 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.35% from 445); Green value is 102 (40.23% from 255 or 22.92% from 445); Blue value is 159 (62.5% from 255 or 35.73% from 445); Max value from RGB is 184 - color contains mainly: red. Hex color #B8669F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8669F is #479960. Grayscale: #848484. Windows color (decimal): -4692321 or 10446520. OLE color: 10446520.

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

Color convert

RGB184102159-
CMYK00.450.140.28
HSL318.29º36.61%56.08%-
HSV(B)318.29º44.57%72.16%-
XYZ30.7822.235.46-
YUV133.02142.67164.37-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.35%
GREEN value IS 102 (40.23% from 255) = 22.92%
BLUE value IS 159 (62.5% from 255) = 35.73%
R=41.35%
G=22.92%
B=35.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.14
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18410215900.450.140.28318.2936.6156.08
HexB8669F02DE1C13e2538
Octal27014623705516344764570
Binary101110001100110100111110101101111011100100111110100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8669F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8669F; }

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

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

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

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

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

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

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

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