#B1879F

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

Shades of Bouquet #B1879F

Tints of Bouquet #B1879F

Color information

#B1879F (or 0xB1879F) is unknown color: approx Bouquet. HEX triplet: B1, 87 and 9F. RGB value is (177,135,159). Sum of RGB (Red+Green+Blue) = 177+135+159=471 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.58% from 471); Green value is 135 (53.12% from 255 or 28.66% from 471); Blue value is 159 (62.5% from 255 or 33.76% from 471); Max value from RGB is 177 - color contains mainly: red. Hex color #B1879F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1879F is #4E7860. Grayscale: #969696. Windows color (decimal): -5142625 or 10454961. OLE color: 10454961.

HSL color Cylindrical-coordinate representation of color #B1879F: hue angle of 325.71º 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 #B1879F is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB177135159-
CMYK00.240.100.31
HSL325.71º21.21%61.18%-
HSV(B)325.71º23.73%69.41%-
XYZ33.0529.1836.69-
YUV150.29132.91147.05-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.58%
GREEN value IS 135 (53.12% from 255) = 28.66%
BLUE value IS 159 (62.5% from 255) = 33.76%
R=37.58%
G=28.66%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17713515900.240.100.31325.7121.2161.18
HexB1879F018A1F146153d
Octal26120723703012375062575
Binary10110001100001111001111101100010101111110100011010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1879F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1879F; }

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

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

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

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

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

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

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

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