#B1709A

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

Shades of Bouquet #B1709A

Tints of Bouquet #B1709A

Color information

#B1709A (or 0xB1709A) is unknown color: approx Bouquet. HEX triplet: B1, 70 and 9A. RGB value is (177,112,154). Sum of RGB (Red+Green+Blue) = 177+112+154=443 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.95% from 443); Green value is 112 (44.14% from 255 or 25.28% from 443); Blue value is 154 (60.55% from 255 or 34.76% from 443); Max value from RGB is 177 - color contains mainly: red. Hex color #B1709A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1709A is #4E8F65. Grayscale: #888888. Windows color (decimal): -5148518 or 10121393. OLE color: 10121393.

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

Color convert

RGB177112154-
CMYK00.370.130.31
HSL321.23º29.41%56.67%-
HSV(B)321.23º36.72%69.41%-
XYZ29.7623.2733.49-
YUV136.22138.03157.08-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.95%
GREEN value IS 112 (44.14% from 255) = 25.28%
BLUE value IS 154 (60.55% from 255) = 34.76%
R=39.95%
G=25.28%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17711215400.370.130.31321.2329.4156.67
HexB1709A025D1F1411d39
Octal26116023204515375013571
Binary10110001111000010011010010010111011111110100000111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1709A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1709A; }

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

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

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

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

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

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

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

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