#B4799A

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

Shades of Bouquet #B4799A

Tints of Bouquet #B4799A

Color information

#B4799A (or 0xB4799A) is unknown color: approx Bouquet. HEX triplet: B4, 79 and 9A. RGB value is (180,121,154). Sum of RGB (Red+Green+Blue) = 180+121+154=455 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.56% from 455); Green value is 121 (47.66% from 255 or 26.59% from 455); Blue value is 154 (60.55% from 255 or 33.85% from 455); Max value from RGB is 180 - color contains mainly: red. Hex color #B4799A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4799A is #4B8665. Grayscale: #8E8E8E. Windows color (decimal): -4949606 or 10123700. OLE color: 10123700.

HSL color Cylindrical-coordinate representation of color #B4799A: hue angle of 326.44º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B4799A is Cyan = 0, Magento = 0.33, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB180121154-
CMYK00.330.140.29
HSL326.44º28.23%59.02%-
HSV(B)326.44º32.78%70.59%-
XYZ31.4925.7133.87-
YUV142.4134.55154.82-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.56%
GREEN value IS 121 (47.66% from 255) = 26.59%
BLUE value IS 154 (60.55% from 255) = 33.85%
R=39.56%
G=26.59%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012115400.330.140.29326.4428.2359.02
HexB4799A021E1D1461c3b
Octal26417123204116355063473
Binary10110100111100110011010010000111101110110100011011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4799A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4799A; }

 p { color: rgb(180,121,154); }

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

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

 a { background-color: rgb(180,121,154); }

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

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

 span { border-color: rgb(180,121,154); }

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