#B4709F

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

Shades of Bouquet #B4709F

Tints of Bouquet #B4709F

Color information

#B4709F (or 0xB4709F) is unknown color: approx Bouquet. HEX triplet: B4, 70 and 9F. RGB value is (180,112,159). Sum of RGB (Red+Green+Blue) = 180+112+159=451 (59% of max value = 765). Red value is 180 (70.70% from 255 or 39.91% from 451); Green value is 112 (44.14% from 255 or 24.83% from 451); Blue value is 159 (62.5% from 255 or 35.25% from 451); Max value from RGB is 180 - color contains mainly: red. Hex color #B4709F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4709F is #4B8F60. Grayscale: #898989. Windows color (decimal): -4951905 or 10449076. OLE color: 10449076.

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

Color convert

RGB180112159-
CMYK00.380.120.29
HSL318.53º31.19%57.25%-
HSV(B)318.53º37.78%70.59%-
XYZ30.8723.7935.77-
YUV137.69140.03158.18-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.91%
GREEN value IS 112 (44.14% from 255) = 24.83%
BLUE value IS 159 (62.5% from 255) = 35.25%
R=39.91%
G=24.83%
B=35.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011215900.380.120.29318.5331.1957.25
HexB4709F026C1D13f1f39
Octal26416023704614354773771
Binary10110100111000010011111010011011001110110011111111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4709F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4709F; }

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

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

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

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

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

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

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

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