#B786A5

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

Shades of Bouquet #B786A5

Tints of Bouquet #B786A5

Color information

#B786A5 (or 0xB786A5) is unknown color: approx Bouquet. HEX triplet: B7, 86 and A5. RGB value is (183,134,165). Sum of RGB (Red+Green+Blue) = 183+134+165=482 (63% of max value = 765). Red value is 183 (71.88% from 255 or 37.97% from 482); Green value is 134 (52.73% from 255 or 27.80% from 482); Blue value is 165 (64.84% from 255 or 34.23% from 482); Max value from RGB is 183 - color contains mainly: red. Hex color #B786A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B786A5 is #48795A. Grayscale: #989898. Windows color (decimal): -4749659 or 10847927. OLE color: 10847927.

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

Color convert

RGB183134165-
CMYK00.270.100.28
HSL322.04º25.39%62.16%-
HSV(B)322.04º26.78%71.76%-
XYZ34.8529.8339.52-
YUV152.18135.23149.98-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.97%
GREEN value IS 134 (52.73% from 255) = 27.80%
BLUE value IS 165 (64.84% from 255) = 34.23%
R=37.97%
G=27.80%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.10
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18313416500.270.100.28322.0425.3962.16
HexB786A501BA1C142193e
Octal26720624503312345023176
Binary10110111100001101010010101101110101110010100001011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B786A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B786A5; }

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

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

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

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

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

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

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

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