#B4709A

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

Shades of Bouquet #B4709A

Tints of Bouquet #B4709A

Color information

#B4709A (or 0xB4709A) is unknown color: approx Bouquet. HEX triplet: B4, 70 and 9A. RGB value is (180,112,154). Sum of RGB (Red+Green+Blue) = 180+112+154=446 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.36% from 446); Green value is 112 (44.14% from 255 or 25.11% from 446); Blue value is 154 (60.55% from 255 or 34.53% from 446); Max value from RGB is 180 - color contains mainly: red. Hex color #B4709A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4709A is #4B8F65. Grayscale: #898989. Windows color (decimal): -4951910 or 10121396. OLE color: 10121396.

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

Color convert

RGB180112154-
CMYK00.380.140.29
HSL322.94º31.19%57.25%-
HSV(B)322.94º37.78%70.59%-
XYZ30.4523.6233.53-
YUV137.12137.53158.58-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.36%
GREEN value IS 112 (44.14% from 255) = 25.11%
BLUE value IS 154 (60.55% from 255) = 34.53%
R=40.36%
G=25.11%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011215400.380.140.29322.9431.1957.25
HexB4709A026E1D1431f39
Octal26416023204616355033771
Binary10110100111000010011010010011011101110110100001111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4709A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4709A; }

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

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

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

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

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

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

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

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