#B8879F

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

Shades of Bouquet #B8879F

Tints of Bouquet #B8879F

Color information

#B8879F (or 0xB8879F) is unknown color: approx Bouquet. HEX triplet: B8, 87 and 9F. RGB value is (184,135,159). Sum of RGB (Red+Green+Blue) = 184+135+159=478 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.49% from 478); Green value is 135 (53.12% from 255 or 28.24% from 478); Blue value is 159 (62.5% from 255 or 33.26% from 478); Max value from RGB is 184 - color contains mainly: red. Hex color #B8879F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8879F is #477860. Grayscale: #989898. Windows color (decimal): -4683873 or 10454968. OLE color: 10454968.

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

Color convert

RGB184135159-
CMYK00.270.140.28
HSL330.61º25.65%62.55%-
HSV(B)330.61º26.63%72.16%-
XYZ34.6930.0236.77-
YUV152.39131.73150.55-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.49%
GREEN value IS 135 (53.12% from 255) = 28.24%
BLUE value IS 159 (62.5% from 255) = 33.26%
R=38.49%
G=28.24%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.14
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18413515900.270.140.28330.6125.6562.55
HexB8879F01BE1C14b1a3f
Octal27020723703316345133277
Binary10111000100001111001111101101111101110010100101111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8879F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8879F; }

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

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

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

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

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

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

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

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