#B4719A

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

Shades of Bouquet #B4719A

Tints of Bouquet #B4719A

Color information

#B4719A (or 0xB4719A) is unknown color: approx Bouquet. HEX triplet: B4, 71 and 9A. RGB value is (180,113,154). Sum of RGB (Red+Green+Blue) = 180+113+154=447 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.27% from 447); Green value is 113 (44.53% from 255 or 25.28% from 447); Blue value is 154 (60.55% from 255 or 34.45% from 447); Max value from RGB is 180 - color contains mainly: red. Hex color #B4719A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4719A is #4B8E65. Grayscale: #898989. Windows color (decimal): -4951654 or 10121652. OLE color: 10121652.

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

Color convert

RGB180113154-
CMYK00.370.140.29
HSL323.28º30.88%57.45%-
HSV(B)323.28º37.22%70.59%-
XYZ30.5623.8533.56-
YUV137.71137.2158.17-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.27%
GREEN value IS 113 (44.53% from 255) = 25.28%
BLUE value IS 154 (60.55% from 255) = 34.45%
R=40.27%
G=25.28%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011315400.370.140.29323.2830.8857.45
HexB4719A025E1D1431f39
Octal26416123204516355033771
Binary10110100111000110011010010010111101110110100001111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4719A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4719A; }

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

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

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

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

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

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

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

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