#B4709E

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

Shades of Bouquet #B4709E

Tints of Bouquet #B4709E

Color information

#B4709E (or 0xB4709E) is unknown color: approx Bouquet. HEX triplet: B4, 70 and 9E. RGB value is (180,112,158). Sum of RGB (Red+Green+Blue) = 180+112+158=450 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40% from 450); Green value is 112 (44.14% from 255 or 24.89% from 450); Blue value is 158 (62.11% from 255 or 35.11% from 450); Max value from RGB is 180 - color contains mainly: red. Hex color #B4709E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4709E is #4B8F61. Grayscale: #898989. Windows color (decimal): -4951906 or 10383540. OLE color: 10383540.

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

Color convert

RGB180112158-
CMYK00.380.120.29
HSL319.41º31.19%57.25%-
HSV(B)319.41º37.78%70.59%-
XYZ30.7923.7635.31-
YUV137.58139.53158.26-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40%
GREEN value IS 112 (44.14% from 255) = 24.89%
BLUE value IS 158 (62.11% from 255) = 35.11%
R=40%
G=24.89%
B=35.11%

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
Decimal18011215800.380.120.29319.4131.1957.25
HexB4709E026C1D13f1f39
Octal26416023604614354773771
Binary10110100111000010011110010011011001110110011111111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4709E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4709E; }

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

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

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

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

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

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

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

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