#B1669A

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

Shades of Bouquet #B1669A

Tints of Bouquet #B1669A

Color information

#B1669A (or 0xB1669A) is unknown color: approx Bouquet. HEX triplet: B1, 66 and 9A. RGB value is (177,102,154). Sum of RGB (Red+Green+Blue) = 177+102+154=433 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.88% from 433); Green value is 102 (40.23% from 255 or 23.56% from 433); Blue value is 154 (60.55% from 255 or 35.57% from 433); Max value from RGB is 177 - color contains mainly: red. Hex color #B1669A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1669A is #4E9965. Grayscale: #828282. Windows color (decimal): -5151078 or 10118833. OLE color: 10118833.

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

Color convert

RGB177102154-
CMYK00.420.130.31
HSL318.4º32.47%54.71%-
HSV(B)318.4º42.37%69.41%-
XYZ28.7221.1833.15-
YUV130.35141.35161.27-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.88%
GREEN value IS 102 (40.23% from 255) = 23.56%
BLUE value IS 154 (60.55% from 255) = 35.57%
R=40.88%
G=23.56%
B=35.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17710215400.420.130.31318.432.4754.71
HexB1669A02AD1F13e2037
Octal26114623205215374764067
Binary101100011100110100110100101010110111111100111110100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1669A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1669A; }

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

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

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

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

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

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

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

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