#B4799C

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

Shades of Bouquet #B4799C

Tints of Bouquet #B4799C

Color information

#B4799C (or 0xB4799C) is unknown color: approx Bouquet. HEX triplet: B4, 79 and 9C. RGB value is (180,121,156). Sum of RGB (Red+Green+Blue) = 180+121+156=457 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.39% from 457); Green value is 121 (47.66% from 255 or 26.48% from 457); Blue value is 156 (61.33% from 255 or 34.14% from 457); Max value from RGB is 180 - color contains mainly: red. Hex color #B4799C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4799C is #4B8663. Grayscale: #8E8E8E. Windows color (decimal): -4949604 or 10254772. OLE color: 10254772.

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

Color convert

RGB180121156-
CMYK00.330.130.29
HSL324.41º28.23%59.02%-
HSV(B)324.41º32.78%70.59%-
XYZ31.6625.7834.76-
YUV142.63135.55154.65-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.39%
GREEN value IS 121 (47.66% from 255) = 26.48%
BLUE value IS 156 (61.33% from 255) = 34.14%
R=39.39%
G=26.48%
B=34.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012115600.330.130.29324.4128.2359.02
HexB4799C021D1D1441c3b
Octal26417123404115355043473
Binary10110100111100110011100010000111011110110100010011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4799C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4799C; }

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

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

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

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

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

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

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

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