#B1729A

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

Shades of Bouquet #B1729A

Tints of Bouquet #B1729A

Color information

#B1729A (or 0xB1729A) is unknown color: approx Bouquet. HEX triplet: B1, 72 and 9A. RGB value is (177,114,154). Sum of RGB (Red+Green+Blue) = 177+114+154=445 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.78% from 445); Green value is 114 (44.92% from 255 or 25.62% from 445); Blue value is 154 (60.55% from 255 or 34.61% from 445); Max value from RGB is 177 - color contains mainly: red. Hex color #B1729A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1729A is #4E8D65. Grayscale: #898989. Windows color (decimal): -5148006 or 10121905. OLE color: 10121905.

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

Color convert

RGB177114154-
CMYK00.360.130.31
HSL321.9º28.77%57.06%-
HSV(B)321.9º35.59%69.41%-
XYZ29.9823.7133.57-
YUV137.4137.37156.25-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.78%
GREEN value IS 114 (44.92% from 255) = 25.62%
BLUE value IS 154 (60.55% from 255) = 34.61%
R=39.78%
G=25.62%
B=34.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17711415400.360.130.31321.928.7757.06
HexB1729A024D1F1421d39
Octal26116223204415375023571
Binary10110001111001010011010010010011011111110100001011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1729A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1729A; }

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

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

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

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

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

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

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

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