#B06999

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

Shades of Bouquet #B06999

Tints of Bouquet #B06999

Color information

#B06999 (or 0xB06999) is unknown color: approx Bouquet. HEX triplet: B0, 69 and 99. RGB value is (176,105,153). Sum of RGB (Red+Green+Blue) = 176+105+153=434 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.55% from 434); Green value is 105 (41.41% from 255 or 24.19% from 434); Blue value is 153 (60.16% from 255 or 35.25% from 434); Max value from RGB is 176 - color contains mainly: red. Hex color #B06999 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06999 is #4F9666. Grayscale: #838383. Windows color (decimal): -5215847 or 10054064. OLE color: 10054064.

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

Color convert

RGB176105153-
CMYK00.400.130.31
HSL319.44º31%55.1%-
HSV(B)319.44º40.34%69.02%-
XYZ28.7121.6332.8-
YUV131.7140.02159.6-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.55%
GREEN value IS 105 (41.41% from 255) = 24.19%
BLUE value IS 153 (60.16% from 255) = 35.25%
R=40.55%
G=24.19%
B=35.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610515300.400.130.31319.443155.1
HexB06999028D1F13f1f37
Octal26015123105015374773767
Binary10110000110100110011001010100011011111110011111111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06999; }

 p { color: rgb(176,105,153); }

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

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

 a { background-color: rgb(176,105,153); }

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

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

 span { border-color: rgb(176,105,153); }

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