#B2709A

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

Shades of Bouquet #B2709A

Tints of Bouquet #B2709A

Color information

#B2709A (or 0xB2709A) is unknown color: approx Bouquet. HEX triplet: B2, 70 and 9A. RGB value is (178,112,154). Sum of RGB (Red+Green+Blue) = 178+112+154=444 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.09% from 444); Green value is 112 (44.14% from 255 or 25.23% from 444); Blue value is 154 (60.55% from 255 or 34.68% from 444); Max value from RGB is 178 - color contains mainly: red. Hex color #B2709A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2709A is #4D8F65. Grayscale: #888888. Windows color (decimal): -5082982 or 10121394. OLE color: 10121394.

HSL color Cylindrical-coordinate representation of color #B2709A: hue angle of 321.82º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B2709A is Cyan = 0, Magento = 0.37, Yellow = 0.13 and Black (K on CMYK) = 0.30.

Color convert

RGB178112154-
CMYK00.370.130.30
HSL321.82º30%56.86%-
HSV(B)321.82º37.08%69.8%-
XYZ29.9923.3933.51-
YUV136.52137.87157.58-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.09%
GREEN value IS 112 (44.14% from 255) = 25.23%
BLUE value IS 154 (60.55% from 255) = 34.68%
R=40.09%
G=25.23%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.13
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17811215400.370.130.30321.823056.86
HexB2709A025D1E1421e39
Octal26216023204515365023671
Binary10110010111000010011010010010111011111010100001011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2709A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2709A; }

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

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

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

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

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

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

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

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