#B4739F

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

Shades of Bouquet #B4739F

Tints of Bouquet #B4739F

Color information

#B4739F (or 0xB4739F) is unknown color: approx Bouquet. HEX triplet: B4, 73 and 9F. RGB value is (180,115,159). Sum of RGB (Red+Green+Blue) = 180+115+159=454 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.65% from 454); Green value is 115 (45.31% from 255 or 25.33% from 454); Blue value is 159 (62.5% from 255 or 35.02% from 454); Max value from RGB is 180 - color contains mainly: red. Hex color #B4739F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4739F is #4B8C60. Grayscale: #8B8B8B. Windows color (decimal): -4951137 or 10449844. OLE color: 10449844.

HSL color Cylindrical-coordinate representation of color #B4739F: hue angle of 319.38º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B4739F is Cyan = 0, Magento = 0.36, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB180115159-
CMYK00.360.120.29
HSL319.38º30.23%57.84%-
HSV(B)319.38º36.11%70.59%-
XYZ31.2124.4735.88-
YUV139.45139.03156.92-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.65%
GREEN value IS 115 (45.31% from 255) = 25.33%
BLUE value IS 159 (62.5% from 255) = 35.02%
R=39.65%
G=25.33%
B=35.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011515900.360.120.29319.3830.2357.84
HexB4739F024C1D13f1e3a
Octal26416323704414354773672
Binary10110100111001110011111010010011001110110011111111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4739F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4739F; }

 p { color: rgb(180,115,159); }

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

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

 a { background-color: rgb(180,115,159); }

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

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

 span { border-color: rgb(180,115,159); }

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