#B06794

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

Shades of Bouquet #B06794

Tints of Bouquet #B06794

Color information

#B06794 (or 0xB06794) is unknown color: approx Bouquet. HEX triplet: B0, 67 and 94. RGB value is (176,103,148). Sum of RGB (Red+Green+Blue) = 176+103+148=427 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.22% from 427); Green value is 103 (40.62% from 255 or 24.12% from 427); Blue value is 148 (58.20% from 255 or 34.66% from 427); Max value from RGB is 176 - color contains mainly: red. Hex color #B06794 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06794 is #4F986B. Grayscale: #818181. Windows color (decimal): -5216364 or 9725872. OLE color: 9725872.

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

Color convert

RGB176103148-
CMYK00.410.160.31
HSL323.01º31.6%54.71%-
HSV(B)323.01º41.48%69.02%-
XYZ28.121.0730.6-
YUV129.96138.18160.84-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.22%
GREEN value IS 103 (40.62% from 255) = 24.12%
BLUE value IS 148 (58.20% from 255) = 34.66%
R=41.22%
G=24.12%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610314800.410.160.31323.0131.654.71
HexB06794029101F1432037
Octal26014722405120375034067
Binary1011000011001111001010001010011000011111101000011100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06794; }

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

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

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

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

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

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

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

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