#B572AB

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

Shades of Bouquet #B572AB

Tints of Bouquet #B572AB

Color information

#B572AB (or 0xB572AB) is unknown color: approx Bouquet. HEX triplet: B5, 72 and AB. RGB value is (181,114,171). Sum of RGB (Red+Green+Blue) = 181+114+171=466 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.84% from 466); Green value is 114 (44.92% from 255 or 24.46% from 466); Blue value is 171 (67.19% from 255 or 36.70% from 466); Max value from RGB is 181 - color contains mainly: red. Hex color #B572AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B572AB is #4A8D54. Grayscale: #8C8C8C. Windows color (decimal): -4885845 or 11236021. OLE color: 11236021.

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

Color convert

RGB181114171-
CMYK00.370.060.29
HSL308.96º31.16%57.84%-
HSV(B)308.96º37.02%70.98%-
XYZ32.4224.841.61-
YUV140.53145.2156.87-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.84%
GREEN value IS 114 (44.92% from 255) = 24.46%
BLUE value IS 171 (67.19% from 255) = 36.70%
R=38.84%
G=24.46%
B=36.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111417100.370.060.29308.9631.1657.84
HexB572AB02561D1351f3a
Octal2651622530456354653772
Binary1011010111100101010101101001011101110110011010111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B572AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B572AB; }

 p { color: rgb(181,114,171); }

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

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

 a { background-color: rgb(181,114,171); }

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

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

 span { border-color: rgb(181,114,171); }

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