#B1709B

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

Shades of Bouquet #B1709B

Tints of Bouquet #B1709B

Color information

#B1709B (or 0xB1709B) is unknown color: approx Bouquet. HEX triplet: B1, 70 and 9B. RGB value is (177,112,155). Sum of RGB (Red+Green+Blue) = 177+112+155=444 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.86% from 444); Green value is 112 (44.14% from 255 or 25.23% from 444); Blue value is 155 (60.94% from 255 or 34.91% from 444); Max value from RGB is 177 - color contains mainly: red. Hex color #B1709B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1709B is #4E8F64. Grayscale: #888888. Windows color (decimal): -5148517 or 10186929. OLE color: 10186929.

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

Color convert

RGB177112155-
CMYK00.370.120.31
HSL320.31º29.41%56.67%-
HSV(B)320.31º36.72%69.41%-
XYZ29.8423.333.94-
YUV136.34138.53157-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.86%
GREEN value IS 112 (44.14% from 255) = 25.23%
BLUE value IS 155 (60.94% from 255) = 34.91%
R=39.86%
G=25.23%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17711215500.370.120.31320.3129.4156.67
HexB1709B025C1F1401d39
Octal26116023304514375003571
Binary10110001111000010011011010010111001111110100000011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1709B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1709B; }

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

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

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

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

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

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

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

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