#B8859D

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

Shades of Bouquet #B8859D

Tints of Bouquet #B8859D

Color information

#B8859D (or 0xB8859D) is unknown color: approx Bouquet. HEX triplet: B8, 85 and 9D. RGB value is (184,133,157). Sum of RGB (Red+Green+Blue) = 184+133+157=474 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.82% from 474); Green value is 133 (52.34% from 255 or 28.06% from 474); Blue value is 157 (61.72% from 255 or 33.12% from 474); Max value from RGB is 184 - color contains mainly: red. Hex color #B8859D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8859D is #477A62. Grayscale: #969696. Windows color (decimal): -4684387 or 10323384. OLE color: 10323384.

HSL color Cylindrical-coordinate representation of color #B8859D: hue angle of 331.76º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B8859D is Cyan = 0, Magento = 0.28, Yellow = 0.15 and Black (K on CMYK) = 0.28.

Color convert

RGB184133157-
CMYK00.280.150.28
HSL331.76º26.42%62.16%-
HSV(B)331.76º27.72%72.16%-
XYZ34.2429.435.77-
YUV150.98131.4151.55-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.82%
GREEN value IS 133 (52.34% from 255) = 28.06%
BLUE value IS 157 (61.72% from 255) = 33.12%
R=38.82%
G=28.06%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.15
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18413315700.280.150.28331.7626.4262.16
HexB8859D01CF1C14c1a3e
Octal27020523503417345143276
Binary10111000100001011001110101110011111110010100110011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8859D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8859D; }

 p { color: rgb(184,133,157); }

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

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

 a { background-color: rgb(184,133,157); }

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

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

 span { border-color: rgb(184,133,157); }

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