#B1849A

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

Shades of Bouquet #B1849A

Tints of Bouquet #B1849A

Color information

#B1849A (or 0xB1849A) is unknown color: approx Bouquet. HEX triplet: B1, 84 and 9A. RGB value is (177,132,154). Sum of RGB (Red+Green+Blue) = 177+132+154=463 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.23% from 463); Green value is 132 (51.95% from 255 or 28.51% from 463); Blue value is 154 (60.55% from 255 or 33.26% from 463); Max value from RGB is 177 - color contains mainly: red. Hex color #B1849A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1849A is #4E7B65. Grayscale: #939393. Windows color (decimal): -5143398 or 10126513. OLE color: 10126513.

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

Color convert

RGB177132154-
CMYK00.250.130.31
HSL330.67º22.39%60.59%-
HSV(B)330.67º25.42%69.41%-
XYZ32.2228.1834.31-
YUV147.96131.41148.71-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.23%
GREEN value IS 132 (51.95% from 255) = 28.51%
BLUE value IS 154 (60.55% from 255) = 33.26%
R=38.23%
G=28.51%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17713215400.250.130.31330.6722.3960.59
HexB1849A019D1F14b163d
Octal26120423203115375132675
Binary10110001100001001001101001100111011111110100101110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1849A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1849A; }

 p { color: rgb(177,132,154); }

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

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

 a { background-color: rgb(177,132,154); }

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

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

 span { border-color: rgb(177,132,154); }

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