#B1679C

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

Shades of Bouquet #B1679C

Tints of Bouquet #B1679C

Color information

#B1679C (or 0xB1679C) is unknown color: approx Bouquet. HEX triplet: B1, 67 and 9C. RGB value is (177,103,156). Sum of RGB (Red+Green+Blue) = 177+103+156=436 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.60% from 436); Green value is 103 (40.62% from 255 or 23.62% from 436); Blue value is 156 (61.33% from 255 or 35.78% from 436); Max value from RGB is 177 - color contains mainly: red. Hex color #B1679C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1679C is #4E9863. Grayscale: #838383. Windows color (decimal): -5150820 or 10250161. OLE color: 10250161.

HSL color Cylindrical-coordinate representation of color #B1679C: hue angle of 317.03º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B1679C is Cyan = 0, Magento = 0.42, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB177103156-
CMYK00.420.120.31
HSL317.03º32.17%54.9%-
HSV(B)317.03º41.81%69.41%-
XYZ28.9821.4534.06-
YUV131.17142.02160.69-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.60%
GREEN value IS 103 (40.62% from 255) = 23.62%
BLUE value IS 156 (61.33% from 255) = 35.78%
R=40.60%
G=23.62%
B=35.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17710315600.420.120.31317.0332.1754.9
HexB1679C02AC1F13d2037
Octal26114723405214374754067
Binary101100011100111100111000101010110011111100111101100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1679C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1679C; }

 p { color: rgb(177,103,156); }

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

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

 a { background-color: rgb(177,103,156); }

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

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

 span { border-color: rgb(177,103,156); }

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