#B06B99

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

Shades of Bouquet #B06B99

Tints of Bouquet #B06B99

Color information

#B06B99 (or 0xB06B99) is unknown color: approx Bouquet. HEX triplet: B0, 6B and 99. RGB value is (176,107,153). Sum of RGB (Red+Green+Blue) = 176+107+153=436 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.37% from 436); Green value is 107 (42.19% from 255 or 24.54% from 436); Blue value is 153 (60.16% from 255 or 35.09% from 436); Max value from RGB is 176 - color contains mainly: red. Hex color #B06B99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06B99 is #4F9466. Grayscale: #848484. Windows color (decimal): -5215335 or 10054576. OLE color: 10054576.

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

Color convert

RGB176107153-
CMYK00.390.130.31
HSL320º30.4%55.49%-
HSV(B)320º39.2%69.02%-
XYZ28.9122.0532.87-
YUV132.88139.36158.76-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.37%
GREEN value IS 107 (42.19% from 255) = 24.54%
BLUE value IS 153 (60.16% from 255) = 35.09%
R=40.37%
G=24.54%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610715300.390.130.3132030.455.49
HexB06B99027D1F1401e37
Octal26015323104715375003667
Binary10110000110101110011001010011111011111110100000011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06B99; }

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

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

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

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

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

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

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

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