#B06694

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

Shades of Bouquet #B06694

Tints of Bouquet #B06694

Color information

#B06694 (or 0xB06694) is unknown color: approx Bouquet. HEX triplet: B0, 66 and 94. RGB value is (176,102,148). Sum of RGB (Red+Green+Blue) = 176+102+148=426 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.31% from 426); Green value is 102 (40.23% from 255 or 23.94% from 426); Blue value is 148 (58.20% from 255 or 34.74% from 426); Max value from RGB is 176 - color contains mainly: red. Hex color #B06694 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06694 is #4F996B. Grayscale: #818181. Windows color (decimal): -5216620 or 9725616. OLE color: 9725616.

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

Color convert

RGB176102148-
CMYK00.420.160.31
HSL322.7º31.9%54.51%-
HSV(B)322.7º42.05%69.02%-
XYZ2820.8730.57-
YUV129.37138.52161.26-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.31%
GREEN value IS 102 (40.23% from 255) = 23.94%
BLUE value IS 148 (58.20% from 255) = 34.74%
R=41.31%
G=23.94%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610214800.420.160.31322.731.954.51
HexB0669402A101F1432037
Octal26014622405220375034067
Binary1011000011001101001010001010101000011111101000011100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06694; }

 p { color: rgb(176,102,148); }

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

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

 a { background-color: rgb(176,102,148); }

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

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

 span { border-color: rgb(176,102,148); }

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