#B3879A

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

Shades of Bouquet #B3879A

Tints of Bouquet #B3879A

Color information

#B3879A (or 0xB3879A) is unknown color: approx Bouquet. HEX triplet: B3, 87 and 9A. RGB value is (179,135,154). Sum of RGB (Red+Green+Blue) = 179+135+154=468 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.25% from 468); Green value is 135 (53.12% from 255 or 28.85% from 468); Blue value is 154 (60.55% from 255 or 32.91% from 468); Max value from RGB is 179 - color contains mainly: red. Hex color #B3879A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3879A is #4C7865. Grayscale: #969696. Windows color (decimal): -5011558 or 10127283. OLE color: 10127283.

HSL color Cylindrical-coordinate representation of color #B3879A: hue angle of 334.09º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B3879A is Cyan = 0, Magento = 0.25, Yellow = 0.14 and Black (K on CMYK) = 0.30.

Color convert

RGB179135154-
CMYK00.250.140.30
HSL334.09º22.45%61.57%-
HSV(B)334.09º24.58%70.2%-
XYZ33.0929.2434.47-
YUV150.32130.08148.46-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.25%
GREEN value IS 135 (53.12% from 255) = 28.85%
BLUE value IS 154 (60.55% from 255) = 32.91%
R=38.25%
G=28.85%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.14
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17913515400.250.140.30334.0922.4561.57
HexB3879A019E1E14e163e
Octal26320723203116365162676
Binary10110011100001111001101001100111101111010100111010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3879A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3879A; }

 p { color: rgb(179,135,154); }

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

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

 a { background-color: rgb(179,135,154); }

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

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

 span { border-color: rgb(179,135,154); }

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