#B4739D

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

Shades of Bouquet #B4739D

Tints of Bouquet #B4739D

Color information

#B4739D (or 0xB4739D) is unknown color: approx Bouquet. HEX triplet: B4, 73 and 9D. RGB value is (180,115,157). Sum of RGB (Red+Green+Blue) = 180+115+157=452 (59% of max value = 765). Red value is 180 (70.70% from 255 or 39.82% from 452); Green value is 115 (45.31% from 255 or 25.44% from 452); Blue value is 157 (61.72% from 255 or 34.73% from 452); Max value from RGB is 180 - color contains mainly: red. Hex color #B4739D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4739D is #4B8C62. Grayscale: #8B8B8B. Windows color (decimal): -4951139 or 10318772. OLE color: 10318772.

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

Color convert

RGB180115157-
CMYK00.360.130.29
HSL321.23º30.23%57.84%-
HSV(B)321.23º36.11%70.59%-
XYZ31.0424.434.97-
YUV139.22138.03157.08-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.82%
GREEN value IS 115 (45.31% from 255) = 25.44%
BLUE value IS 157 (61.72% from 255) = 34.73%
R=39.82%
G=25.44%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011515700.360.130.29321.2330.2357.84
HexB4739D024D1D1411e3a
Octal26416323504415355013672
Binary10110100111001110011101010010011011110110100000111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4739D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4739D; }

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

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

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

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

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

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

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

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