#B4739A

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

Shades of Bouquet #B4739A

Tints of Bouquet #B4739A

Color information

#B4739A (or 0xB4739A) is unknown color: approx Bouquet. HEX triplet: B4, 73 and 9A. RGB value is (180,115,154). Sum of RGB (Red+Green+Blue) = 180+115+154=449 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.09% from 449); Green value is 115 (45.31% from 255 or 25.61% from 449); Blue value is 154 (60.55% from 255 or 34.30% from 449); Max value from RGB is 180 - color contains mainly: red. Hex color #B4739A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4739A is #4B8C65. Grayscale: #8A8A8A. Windows color (decimal): -4951142 or 10122164. OLE color: 10122164.

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

Color convert

RGB180115154-
CMYK00.360.140.29
HSL324º30.23%57.84%-
HSV(B)324º36.11%70.59%-
XYZ30.7924.333.64-
YUV138.88136.53157.33-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.09%
GREEN value IS 115 (45.31% from 255) = 25.61%
BLUE value IS 154 (60.55% from 255) = 34.30%
R=40.09%
G=25.61%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011515400.360.140.2932430.2357.84
HexB4739A024E1D1441e3a
Octal26416323204416355043672
Binary10110100111001110011010010010011101110110100010011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4739A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4739A; }

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

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

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

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

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

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

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

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