#B969A0

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

Shades of Bouquet #B969A0

Tints of Bouquet #B969A0

Color information

#B969A0 (or 0xB969A0) is unknown color: approx Bouquet. HEX triplet: B9, 69 and A0. RGB value is (185,105,160). Sum of RGB (Red+Green+Blue) = 185+105+160=450 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.11% from 450); Green value is 105 (41.41% from 255 or 23.33% from 450); Blue value is 160 (62.89% from 255 or 35.56% from 450); Max value from RGB is 185 - color contains mainly: red. Hex color #B969A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B969A0 is #46965F. Grayscale: #878787. Windows color (decimal): -4626016 or 10512825. OLE color: 10512825.

HSL color Cylindrical-coordinate representation of color #B969A0: hue angle of 318.75º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B969A0 is Cyan = 0, Magento = 0.43, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB185105160-
CMYK00.430.140.27
HSL318.75º36.36%56.86%-
HSV(B)318.75º43.24%72.55%-
XYZ31.422.9636.03-
YUV135.19142163.53-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.11%
GREEN value IS 105 (41.41% from 255) = 23.33%
BLUE value IS 160 (62.89% from 255) = 35.56%
R=41.11%
G=23.33%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18510516000.430.140.27318.7536.3656.86
HexB969A002BE1B13f2439
Octal27115124005316334774471
Binary101110011101001101000000101011111011011100111111100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B969A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B969A0; }

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

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

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

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

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

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

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

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