#B3879E

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

Shades of Bouquet #B3879E

Tints of Bouquet #B3879E

Color information

#B3879E (or 0xB3879E) is unknown color: approx Bouquet. HEX triplet: B3, 87 and 9E. RGB value is (179,135,158). Sum of RGB (Red+Green+Blue) = 179+135+158=472 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.92% from 472); Green value is 135 (53.12% from 255 or 28.60% from 472); Blue value is 158 (62.11% from 255 or 33.47% from 472); Max value from RGB is 179 - color contains mainly: red. Hex color #B3879E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3879E is #4C7861. Grayscale: #969696. Windows color (decimal): -5011554 or 10389427. OLE color: 10389427.

HSL color Cylindrical-coordinate representation of color #B3879E: hue angle of 328.64º 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 #B3879E is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.30.

Color convert

RGB179135158-
CMYK00.250.120.30
HSL328.64º22.45%61.57%-
HSV(B)328.64º24.58%70.2%-
XYZ33.4329.3836.26-
YUV150.78132.08148.13-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.92%
GREEN value IS 135 (53.12% from 255) = 28.60%
BLUE value IS 158 (62.11% from 255) = 33.47%
R=37.92%
G=28.60%
B=33.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.12
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17913515800.250.120.30328.6422.4561.57
HexB3879E019C1E149163e
Octal26320723603114365112676
Binary10110011100001111001111001100111001111010100100110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3879E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3879E; }

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

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

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

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

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

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

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

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