#B387A6

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

Shades of Bouquet #B387A6

Tints of Bouquet #B387A6

Color information

#B387A6 (or 0xB387A6) is unknown color: approx Bouquet. HEX triplet: B3, 87 and A6. RGB value is (179,135,166). Sum of RGB (Red+Green+Blue) = 179+135+166=480 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.29% from 480); Green value is 135 (53.12% from 255 or 28.12% from 480); Blue value is 166 (65.23% from 255 or 34.58% from 480); Max value from RGB is 179 - color contains mainly: red. Hex color #B387A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B387A6 is #4C7859. Grayscale: #979797. Windows color (decimal): -5011546 or 10913715. OLE color: 10913715.

HSL color Cylindrical-coordinate representation of color #B387A6: hue angle of 317.73º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B387A6 is Cyan = 0, Magento = 0.25, Yellow = 0.07 and Black (K on CMYK) = 0.30.

Color convert

RGB179135166-
CMYK00.250.070.30
HSL317.73º22.45%61.57%-
HSV(B)317.73º24.58%70.2%-
XYZ34.1429.6640-
YUV151.69136.08147.48-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.29%
GREEN value IS 135 (53.12% from 255) = 28.12%
BLUE value IS 166 (65.23% from 255) = 34.58%
R=37.29%
G=28.12%
B=34.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.07
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17913516600.250.070.30317.7322.4561.57
HexB387A601971E13e163e
Octal2632072460317364762676
Binary1011001110000111101001100110011111111010011111010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B387A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B387A6; }

 p { color: rgb(179,135,166); }

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

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

 a { background-color: rgb(179,135,166); }

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

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

 span { border-color: rgb(179,135,166); }

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