#B1679D

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

Shades of Bouquet #B1679D

Tints of Bouquet #B1679D

Color information

#B1679D (or 0xB1679D) is unknown color: approx Bouquet. HEX triplet: B1, 67 and 9D. RGB value is (177,103,157). Sum of RGB (Red+Green+Blue) = 177+103+157=437 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.50% from 437); Green value is 103 (40.62% from 255 or 23.57% from 437); Blue value is 157 (61.72% from 255 or 35.93% from 437); Max value from RGB is 177 - color contains mainly: red. Hex color #B1679D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1679D is #4E9862. Grayscale: #838383. Windows color (decimal): -5150819 or 10315697. OLE color: 10315697.

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

Color convert

RGB177103157-
CMYK00.420.110.31
HSL316.22º32.17%54.9%-
HSV(B)316.22º41.81%69.41%-
XYZ29.0721.4834.51-
YUV131.28142.52160.61-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.50%
GREEN value IS 103 (40.62% from 255) = 23.57%
BLUE value IS 157 (61.72% from 255) = 35.93%
R=40.50%
G=23.57%
B=35.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17710315700.420.110.31316.2232.1754.9
HexB1679D02AB1F13c2037
Octal26114723505213374744067
Binary101100011100111100111010101010101111111100111100100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1679D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1679D; }

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

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

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

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

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

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

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

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