#B8859E

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

Shades of Bouquet #B8859E

Tints of Bouquet #B8859E

Color information

#B8859E (or 0xB8859E) is unknown color: approx Bouquet. HEX triplet: B8, 85 and 9E. RGB value is (184,133,158). Sum of RGB (Red+Green+Blue) = 184+133+158=475 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.74% from 475); Green value is 133 (52.34% from 255 or 28% from 475); Blue value is 158 (62.11% from 255 or 33.26% from 475); Max value from RGB is 184 - color contains mainly: red. Hex color #B8859E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8859E is #477A61. Grayscale: #979797. Windows color (decimal): -4684386 or 10388920. OLE color: 10388920.

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

Color convert

RGB184133158-
CMYK00.280.140.28
HSL330.59º26.42%62.16%-
HSV(B)330.59º27.72%72.16%-
XYZ34.3329.4336.22-
YUV151.1131.9151.47-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.74%
GREEN value IS 133 (52.34% from 255) = 28%
BLUE value IS 158 (62.11% from 255) = 33.26%
R=38.74%
G=28%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.14
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18413315800.280.140.28330.5926.4262.16
HexB8859E01CE1C14b1a3e
Octal27020523603416345133276
Binary10111000100001011001111001110011101110010100101111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8859E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8859E; }

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

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

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

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

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

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

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

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