#B969A3

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

Shades of Bouquet #B969A3

Tints of Bouquet #B969A3

Color information

#B969A3 (or 0xB969A3) is unknown color: approx Bouquet. HEX triplet: B9, 69 and A3. RGB value is (185,105,163). Sum of RGB (Red+Green+Blue) = 185+105+163=453 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.84% from 453); Green value is 105 (41.41% from 255 or 23.18% from 453); Blue value is 163 (64.06% from 255 or 35.98% from 453); Max value from RGB is 185 - color contains mainly: red. Hex color #B969A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B969A3 is #46965C. Grayscale: #878787. Windows color (decimal): -4626013 or 10709433. OLE color: 10709433.

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

Color convert

RGB185105163-
CMYK00.430.120.27
HSL316.5º36.36%56.86%-
HSV(B)316.5º43.24%72.55%-
XYZ31.6723.0637.43-
YUV135.53143.5163.28-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.84%
GREEN value IS 105 (41.41% from 255) = 23.18%
BLUE value IS 163 (64.06% from 255) = 35.98%
R=40.84%
G=23.18%
B=35.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18510516300.430.120.27316.536.3656.86
HexB969A302BC1B13c2439
Octal27115124305314334744471
Binary101110011101001101000110101011110011011100111100100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B969A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B969A3; }

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

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

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

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

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

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

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

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