#B1739E

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

Shades of Bouquet #B1739E

Tints of Bouquet #B1739E

Color information

#B1739E (or 0xB1739E) is unknown color: approx Bouquet. HEX triplet: B1, 73 and 9E. RGB value is (177,115,158). Sum of RGB (Red+Green+Blue) = 177+115+158=450 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.33% from 450); Green value is 115 (45.31% from 255 or 25.56% from 450); Blue value is 158 (62.11% from 255 or 35.11% from 450); Max value from RGB is 177 - color contains mainly: red. Hex color #B1739E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1739E is #4E8C61. Grayscale: #8A8A8A. Windows color (decimal): -5147746 or 10384305. OLE color: 10384305.

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

Color convert

RGB177115158-
CMYK00.350.110.31
HSL318.39º28.44%57.25%-
HSV(B)318.39º35.03%69.41%-
XYZ30.4324.0835.39-
YUV138.44139.04155.5-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.33%
GREEN value IS 115 (45.31% from 255) = 25.56%
BLUE value IS 158 (62.11% from 255) = 35.11%
R=39.33%
G=25.56%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17711515800.350.110.31318.3928.4457.25
HexB1739E023B1F13e1c39
Octal26116323604313374763471
Binary10110001111001110011110010001110111111110011111011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1739E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1739E; }

 p { color: rgb(177,115,158); }

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

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

 a { background-color: rgb(177,115,158); }

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

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

 span { border-color: rgb(177,115,158); }

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