#B784A0

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

Shades of Bouquet #B784A0

Tints of Bouquet #B784A0

Color information

#B784A0 (or 0xB784A0) is unknown color: approx Bouquet. HEX triplet: B7, 84 and A0. RGB value is (183,132,160). Sum of RGB (Red+Green+Blue) = 183+132+160=475 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.53% from 475); Green value is 132 (51.95% from 255 or 27.79% from 475); Blue value is 160 (62.89% from 255 or 33.68% from 475); Max value from RGB is 183 - color contains mainly: red. Hex color #B784A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B784A0 is #487B5F. Grayscale: #969696. Windows color (decimal): -4750176 or 10519735. OLE color: 10519735.

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

Color convert

RGB183132160-
CMYK00.280.130.28
HSL327.06º26.15%61.76%-
HSV(B)327.06º27.87%71.76%-
XYZ34.1229.1137.08-
YUV150.44133.4151.22-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.53%
GREEN value IS 132 (51.95% from 255) = 27.79%
BLUE value IS 160 (62.89% from 255) = 33.68%
R=38.53%
G=27.79%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.13
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18313216000.280.130.28327.0626.1561.76
HexB784A001CD1C1471a3e
Octal26720424003415345073276
Binary10110111100001001010000001110011011110010100011111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B784A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B784A0; }

 p { color: rgb(183,132,160); }

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

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

 a { background-color: rgb(183,132,160); }

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

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

 span { border-color: rgb(183,132,160); }

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