#B072A6

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

Shades of Bouquet #B072A6

Tints of Bouquet #B072A6

Color information

#B072A6 (or 0xB072A6) is unknown color: approx Bouquet. HEX triplet: B0, 72 and A6. RGB value is (176,114,166). Sum of RGB (Red+Green+Blue) = 176+114+166=456 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.60% from 456); Green value is 114 (44.92% from 255 or 25% from 456); Blue value is 166 (65.23% from 255 or 36.40% from 456); Max value from RGB is 176 - color contains mainly: red. Hex color #B072A6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B072A6 is #4F8D59. Grayscale: #8A8A8A. Windows color (decimal): -5213530 or 10908336. OLE color: 10908336.

HSL color Cylindrical-coordinate representation of color #B072A6: hue angle of 309.68º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B072A6 is Cyan = 0, Magento = 0.35, Yellow = 0.06 and Black (K on CMYK) = 0.31.

Color convert

RGB176114166-
CMYK00.350.060.31
HSL309.68º28.18%56.86%-
HSV(B)309.68º35.23%69.02%-
XYZ30.824.0239.09-
YUV138.47143.54154.77-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.60%
GREEN value IS 114 (44.92% from 255) = 25%
BLUE value IS 166 (65.23% from 255) = 36.40%
R=38.60%
G=25%
B=36.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611416600.350.060.31309.6828.1856.86
HexB072A602361F1361c39
Octal2601622460436374663471
Binary1011000011100101010011001000111101111110011011011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B072A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B072A6; }

 p { color: rgb(176,114,166); }

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

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

 a { background-color: rgb(176,114,166); }

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

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

 span { border-color: rgb(176,114,166); }

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