#B8689C

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

Shades of Bouquet #B8689C

Tints of Bouquet #B8689C

Color information

#B8689C (or 0xB8689C) is unknown color: approx Bouquet. HEX triplet: B8, 68 and 9C. RGB value is (184,104,156). Sum of RGB (Red+Green+Blue) = 184+104+156=444 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.44% from 444); Green value is 104 (41.02% from 255 or 23.42% from 444); Blue value is 156 (61.33% from 255 or 35.14% from 444); Max value from RGB is 184 - color contains mainly: red. Hex color #B8689C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8689C is #479763. Grayscale: #858585. Windows color (decimal): -4691812 or 10250424. OLE color: 10250424.

HSL color Cylindrical-coordinate representation of color #B8689C: hue angle of 321º 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 #B8689C is Cyan = 0, Magento = 0.43, Yellow = 0.15 and Black (K on CMYK) = 0.28.

Color convert

RGB184104156-
CMYK00.430.150.28
HSL321º36.04%56.47%-
HSV(B)321º43.48%72.16%-
XYZ30.7222.4934.17-
YUV133.85140.5163.77-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.44%
GREEN value IS 104 (41.02% from 255) = 23.42%
BLUE value IS 156 (61.33% from 255) = 35.14%
R=41.44%
G=23.42%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.15
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18410415600.430.150.2832136.0456.47
HexB8689C02BF1C1412438
Octal27015023405317345014470
Binary101110001101000100111000101011111111100101000001100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8689C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8689C; }

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

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

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

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

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

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

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

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