#B970A0

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

Shades of Bouquet #B970A0

Tints of Bouquet #B970A0

Color information

#B970A0 (or 0xB970A0) is unknown color: approx Bouquet. HEX triplet: B9, 70 and A0. RGB value is (185,112,160). Sum of RGB (Red+Green+Blue) = 185+112+160=457 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.48% from 457); Green value is 112 (44.14% from 255 or 24.51% from 457); Blue value is 160 (62.89% from 255 or 35.01% from 457); Max value from RGB is 185 - color contains mainly: red. Hex color #B970A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B970A0 is #468F5F. Grayscale: #8B8B8B. Windows color (decimal): -4624224 or 10514617. OLE color: 10514617.

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

Color convert

RGB185112160-
CMYK00.390.140.27
HSL320.55º34.27%58.24%-
HSV(B)320.55º39.46%72.55%-
XYZ32.1524.4436.28-
YUV139.3139.68160.6-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.48%
GREEN value IS 112 (44.14% from 255) = 24.51%
BLUE value IS 160 (62.89% from 255) = 35.01%
R=40.48%
G=24.51%
B=35.01%

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
Decimal18511216000.390.140.27320.5534.2758.24
HexB970A0027E1B141223a
Octal27116024004716335014272
Binary101110011110000101000000100111111011011101000001100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B970A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B970A0; }

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

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

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

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

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

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

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

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