#b8659c

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

Shades of Bouquet #B8659C

Tints of Bouquet #B8659C

Color information

#B8659C (or 0xB8659C) is unknown color: approx Bouquet. HEX triplet: B8, 65 and 9C. RGB value is (184,101,156). Sum of RGB (Red+Green+Blue) = 184+101+156=441 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.72% from 441); Green value is 101 (39.84% from 255 or 22.90% from 441); Blue value is 156 (61.33% from 255 or 35.37% from 441); Max value from RGB is 184 - color contains mainly: red. Hex color #B8659C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8659C is #479A63. Grayscale: #838383. Windows color (decimal): -4692580 or 10249656. OLE color: 10249656.

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

Color convert

RGB184101156-
CMYK00.450.150.28
HSL320.24º36.89%55.88%-
HSV(B)320.24º45.11%72.16%-
XYZ30.4221.934.08-
YUV132.09141.5165.03-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.72%
GREEN value IS 101 (39.84% from 255) = 22.90%
BLUE value IS 156 (61.33% from 255) = 35.37%
R=41.72%
G=22.90%
B=35.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.15
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18410115600.450.150.28320.2436.8955.88
HexB8659C02DF1C1402538
Octal27014523405517345004570
Binary101110001100101100111000101101111111100101000000100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b8659c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b8659c; }

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

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

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

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

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

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

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

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