#B06799

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

Shades of Bouquet #B06799

Tints of Bouquet #B06799

Color information

#B06799 (or 0xB06799) is unknown color: approx Bouquet. HEX triplet: B0, 67 and 99. RGB value is (176,103,153). Sum of RGB (Red+Green+Blue) = 176+103+153=432 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.74% from 432); Green value is 103 (40.62% from 255 or 23.84% from 432); Blue value is 153 (60.16% from 255 or 35.42% from 432); Max value from RGB is 176 - color contains mainly: red. Hex color #B06799 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06799 is #4F9866. Grayscale: #828282. Windows color (decimal): -5216359 or 10053552. OLE color: 10053552.

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

Color convert

RGB176103153-
CMYK00.410.130.31
HSL318.9º31.6%54.71%-
HSV(B)318.9º41.48%69.02%-
XYZ28.521.2332.73-
YUV130.53140.68160.43-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.74%
GREEN value IS 103 (40.62% from 255) = 23.84%
BLUE value IS 153 (60.16% from 255) = 35.42%
R=40.74%
G=23.84%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610315300.410.130.31318.931.654.71
HexB06799029D1F13f2037
Octal26014723105115374774067
Binary101100001100111100110010101001110111111100111111100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06799; }

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

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

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

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

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

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

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

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