#B869A0

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

Shades of Bouquet #B869A0

Tints of Bouquet #B869A0

Color information

#B869A0 (or 0xB869A0) is unknown color: approx Bouquet. HEX triplet: B8, 69 and A0. RGB value is (184,105,160). Sum of RGB (Red+Green+Blue) = 184+105+160=449 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.98% from 449); Green value is 105 (41.41% from 255 or 23.39% from 449); Blue value is 160 (62.89% from 255 or 35.63% from 449); Max value from RGB is 184 - color contains mainly: red. Hex color #B869A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B869A0 is #47965F. Grayscale: #868686. Windows color (decimal): -4691552 or 10512824. OLE color: 10512824.

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

Color convert

RGB184105160-
CMYK00.430.130.28
HSL318.23º35.75%56.67%-
HSV(B)318.23º42.93%72.16%-
XYZ31.1622.8336.02-
YUV134.89142.17163.03-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.98%
GREEN value IS 105 (41.41% from 255) = 23.39%
BLUE value IS 160 (62.89% from 255) = 35.63%
R=40.98%
G=23.39%
B=35.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.13
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18410516000.430.130.28318.2335.7556.67
HexB869A002BD1C13e2439
Octal27015124005315344764471
Binary101110001101001101000000101011110111100100111110100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B869A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B869A0; }

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

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

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

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

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

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

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

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