#B971AB

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

Shades of Bouquet #B971AB

Tints of Bouquet #B971AB

Color information

#B971AB (or 0xB971AB) is unknown color: approx Bouquet. HEX triplet: B9, 71 and AB. RGB value is (185,113,171). Sum of RGB (Red+Green+Blue) = 185+113+171=469 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.45% from 469); Green value is 113 (44.53% from 255 or 24.09% from 469); Blue value is 171 (67.19% from 255 or 36.46% from 469); Max value from RGB is 185 - color contains mainly: red. Hex color #B971AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B971AB is #468E54. Grayscale: #8C8C8C. Windows color (decimal): -4623957 or 11235769. OLE color: 11235769.

HSL color Cylindrical-coordinate representation of color #B971AB: hue angle of 311.67º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B971AB is Cyan = 0, Magento = 0.39, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB185113171-
CMYK00.390.080.27
HSL311.67º33.96%58.43%-
HSV(B)311.67º38.92%72.55%-
XYZ33.2625.0641.61-
YUV141.14144.85159.28-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.45%
GREEN value IS 113 (44.53% from 255) = 24.09%
BLUE value IS 171 (67.19% from 255) = 36.46%
R=39.45%
G=24.09%
B=36.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511317100.390.080.27311.6733.9658.43
HexB971AB02781B138223a
Octal27116125304710334704272
Binary101110011110001101010110100111100011011100111000100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B971AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B971AB; }

 p { color: rgb(185,113,171); }

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

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

 a { background-color: rgb(185,113,171); }

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

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

 span { border-color: rgb(185,113,171); }

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