#B4799E

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

Shades of Bouquet #B4799E

Tints of Bouquet #B4799E

Color information

#B4799E (or 0xB4799E) is unknown color: approx Bouquet. HEX triplet: B4, 79 and 9E. RGB value is (180,121,158). Sum of RGB (Red+Green+Blue) = 180+121+158=459 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.22% from 459); Green value is 121 (47.66% from 255 or 26.36% from 459); Blue value is 158 (62.11% from 255 or 34.42% from 459); Max value from RGB is 180 - color contains mainly: red. Hex color #B4799E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4799E is #4B8661. Grayscale: #8E8E8E. Windows color (decimal): -4949602 or 10385844. OLE color: 10385844.

HSL color Cylindrical-coordinate representation of color #B4799E: hue angle of 322.37º 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 #B4799E is Cyan = 0, Magento = 0.33, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB180121158-
CMYK00.330.120.29
HSL322.37º28.23%59.02%-
HSV(B)322.37º32.78%70.59%-
XYZ31.8325.8535.66-
YUV142.86136.55154.49-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.22%
GREEN value IS 121 (47.66% from 255) = 26.36%
BLUE value IS 158 (62.11% from 255) = 34.42%
R=39.22%
G=26.36%
B=34.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012115800.330.120.29322.3728.2359.02
HexB4799E021C1D1421c3b
Octal26417123604114355023473
Binary10110100111100110011110010000111001110110100001011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4799E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4799E; }

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

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

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

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

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

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

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

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