#B971A0

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

Shades of Bouquet #B971A0

Tints of Bouquet #B971A0

Color information

#B971A0 (or 0xB971A0) is unknown color: approx Bouquet. HEX triplet: B9, 71 and A0. RGB value is (185,113,160). Sum of RGB (Red+Green+Blue) = 185+113+160=458 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.39% from 458); Green value is 113 (44.53% from 255 or 24.67% from 458); Blue value is 160 (62.89% from 255 or 34.93% from 458); Max value from RGB is 185 - color contains mainly: red. Hex color #B971A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B971A0 is #468E5F. Grayscale: #8B8B8B. Windows color (decimal): -4623968 or 10514873. OLE color: 10514873.

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

Color convert

RGB185113160-
CMYK00.390.140.27
HSL320.83º33.96%58.43%-
HSV(B)320.83º38.92%72.55%-
XYZ32.2624.6636.32-
YUV139.89139.35160.18-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.39%
GREEN value IS 113 (44.53% from 255) = 24.67%
BLUE value IS 160 (62.89% from 255) = 34.93%
R=40.39%
G=24.67%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511316000.390.140.27320.8333.9658.43
HexB971A0027E1B141223a
Octal27116124004716335014272
Binary101110011110001101000000100111111011011101000001100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B971A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B971A0; }

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

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

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

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

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

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

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

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