#B786A8

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

Shades of Bouquet #B786A8

Tints of Bouquet #B786A8

Color information

#B786A8 (or 0xB786A8) is unknown color: approx Bouquet. HEX triplet: B7, 86 and A8. RGB value is (183,134,168). Sum of RGB (Red+Green+Blue) = 183+134+168=485 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.73% from 485); Green value is 134 (52.73% from 255 or 27.63% from 485); Blue value is 168 (66.02% from 255 or 34.64% from 485); Max value from RGB is 183 - color contains mainly: red. Hex color #B786A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B786A8 is #487957. Grayscale: #989898. Windows color (decimal): -4749656 or 11044535. OLE color: 11044535.

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

Color convert

RGB183134168-
CMYK00.270.080.28
HSL318.37º25.39%62.16%-
HSV(B)318.37º26.78%71.76%-
XYZ35.1229.9440.97-
YUV152.53136.73149.74-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.73%
GREEN value IS 134 (52.73% from 255) = 27.63%
BLUE value IS 168 (66.02% from 255) = 34.64%
R=37.73%
G=27.63%
B=34.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.08
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18313416800.270.080.28318.3725.3962.16
HexB786A801B81C13e193e
Octal26720625003310344763176
Binary10110111100001101010100001101110001110010011111011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B786A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B786A8; }

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

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

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

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

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

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

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

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