#B786A7

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

Shades of Bouquet #B786A7

Tints of Bouquet #B786A7

Color information

#B786A7 (or 0xB786A7) is unknown color: approx Bouquet. HEX triplet: B7, 86 and A7. RGB value is (183,134,167). Sum of RGB (Red+Green+Blue) = 183+134+167=484 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.81% from 484); Green value is 134 (52.73% from 255 or 27.69% from 484); Blue value is 167 (65.62% from 255 or 34.50% from 484); Max value from RGB is 183 - color contains mainly: red. Hex color #B786A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B786A7 is #487958. Grayscale: #989898. Windows color (decimal): -4749657 or 10978999. OLE color: 10978999.

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

Color convert

RGB183134167-
CMYK00.270.090.28
HSL319.59º25.39%62.16%-
HSV(B)319.59º26.78%71.76%-
XYZ35.0329.9140.49-
YUV152.41136.23149.82-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.81%
GREEN value IS 134 (52.73% from 255) = 27.69%
BLUE value IS 167 (65.62% from 255) = 34.50%
R=37.81%
G=27.69%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.09
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18313416700.270.090.28319.5925.3962.16
HexB786A701B91C140193e
Octal26720624703311345003176
Binary10110111100001101010011101101110011110010100000011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B786A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B786A7; }

 p { color: rgb(183,134,167); }

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

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

 a { background-color: rgb(183,134,167); }

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

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

 span { border-color: rgb(183,134,167); }

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