#B1879B

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

Shades of Bouquet #B1879B

Tints of Bouquet #B1879B

Color information

#B1879B (or 0xB1879B) is unknown color: approx Bouquet. HEX triplet: B1, 87 and 9B. RGB value is (177,135,155). Sum of RGB (Red+Green+Blue) = 177+135+155=467 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.90% from 467); Green value is 135 (53.12% from 255 or 28.91% from 467); Blue value is 155 (60.94% from 255 or 33.19% from 467); Max value from RGB is 177 - color contains mainly: red. Hex color #B1879B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1879B is #4E7864. Grayscale: #959595. Windows color (decimal): -5142629 or 10192817. OLE color: 10192817.

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

Color convert

RGB177135155-
CMYK00.240.120.31
HSL331.43º21.21%61.18%-
HSV(B)331.43º23.73%69.41%-
XYZ32.7129.0434.89-
YUV149.84130.91147.37-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.90%
GREEN value IS 135 (53.12% from 255) = 28.91%
BLUE value IS 155 (60.94% from 255) = 33.19%
R=37.90%
G=28.91%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17713515500.240.120.31331.4321.2161.18
HexB1879B018C1F14b153d
Octal26120723303014375132575
Binary10110001100001111001101101100011001111110100101110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1879B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1879B; }

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

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

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

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

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

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

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

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