#B4719C

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

Shades of Bouquet #B4719C

Tints of Bouquet #B4719C

Color information

#B4719C (or 0xB4719C) is unknown color: approx Bouquet. HEX triplet: B4, 71 and 9C. RGB value is (180,113,156). Sum of RGB (Red+Green+Blue) = 180+113+156=449 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.09% from 449); Green value is 113 (44.53% from 255 or 25.17% from 449); Blue value is 156 (61.33% from 255 or 34.74% from 449); Max value from RGB is 180 - color contains mainly: red. Hex color #B4719C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4719C is #4B8E63. Grayscale: #898989. Windows color (decimal): -4951652 or 10252724. OLE color: 10252724.

HSL color Cylindrical-coordinate representation of color #B4719C: hue angle of 321.49º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B4719C is Cyan = 0, Magento = 0.37, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB180113156-
CMYK00.370.130.29
HSL321.49º30.88%57.45%-
HSV(B)321.49º37.22%70.59%-
XYZ30.7323.9134.45-
YUV137.94138.2158-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.09%
GREEN value IS 113 (44.53% from 255) = 25.17%
BLUE value IS 156 (61.33% from 255) = 34.74%
R=40.09%
G=25.17%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011315600.370.130.29321.4930.8857.45
HexB4719C025D1D1411f39
Octal26416123404515355013771
Binary10110100111000110011100010010111011110110100000111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4719C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4719C; }

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

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

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

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

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

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

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

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