#B3799B

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

Shades of Bouquet #B3799B

Tints of Bouquet #B3799B

Color information

#B3799B (or 0xB3799B) is unknown color: approx Bouquet. HEX triplet: B3, 79 and 9B. RGB value is (179,121,155). Sum of RGB (Red+Green+Blue) = 179+121+155=455 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.34% from 455); Green value is 121 (47.66% from 255 or 26.59% from 455); Blue value is 155 (60.94% from 255 or 34.07% from 455); Max value from RGB is 179 - color contains mainly: red. Hex color #B3799B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3799B is #4C8664. Grayscale: #8E8E8E. Windows color (decimal): -5015141 or 10189235. OLE color: 10189235.

HSL color Cylindrical-coordinate representation of color #B3799B: hue angle of 324.83º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B3799B is Cyan = 0, Magento = 0.32, Yellow = 0.13 and Black (K on CMYK) = 0.30.

Color convert

RGB179121155-
CMYK00.320.130.30
HSL324.83º27.62%58.82%-
HSV(B)324.83º32.4%70.2%-
XYZ31.3425.6334.3-
YUV142.22135.22154.24-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.34%
GREEN value IS 121 (47.66% from 255) = 26.59%
BLUE value IS 155 (60.94% from 255) = 34.07%
R=39.34%
G=26.59%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.13
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17912115500.320.130.30324.8327.6258.82
HexB3799B020D1E1451c3b
Octal26317123304015365053473
Binary10110011111100110011011010000011011111010100010111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3799B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3799B; }

 p { color: rgb(179,121,155); }

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

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

 a { background-color: rgb(179,121,155); }

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

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

 span { border-color: rgb(179,121,155); }

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