#B0879B

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

Shades of Bouquet #B0879B

Tints of Bouquet #B0879B

Color information

#B0879B (or 0xB0879B) is unknown color: approx Bouquet. HEX triplet: B0, 87 and 9B. RGB value is (176,135,155). Sum of RGB (Red+Green+Blue) = 176+135+155=466 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.77% from 466); Green value is 135 (53.12% from 255 or 28.97% from 466); Blue value is 155 (60.94% from 255 or 33.26% from 466); Max value from RGB is 176 - color contains mainly: red. Hex color #B0879B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0879B is #4F7864. Grayscale: #959595. Windows color (decimal): -5208165 or 10192816. OLE color: 10192816.

HSL color Cylindrical-coordinate representation of color #B0879B: hue angle of 330.73º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B0879B is Cyan = 0, Magento = 0.23, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB176135155-
CMYK00.230.120.31
HSL330.73º20.6%60.98%-
HSV(B)330.73º23.3%69.02%-
XYZ32.4828.9234.88-
YUV149.54131.08146.87-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.77%
GREEN value IS 135 (53.12% from 255) = 28.97%
BLUE value IS 155 (60.94% from 255) = 33.26%
R=37.77%
G=28.97%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613515500.230.120.31330.7320.660.98
HexB0879B017C1F14b153d
Octal26020723302714375132575
Binary10110000100001111001101101011111001111110100101110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0879B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0879B; }

 p { color: rgb(176,135,155); }

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

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

 a { background-color: rgb(176,135,155); }

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

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

 span { border-color: rgb(176,135,155); }

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