#B386A5

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

Shades of Bouquet #B386A5

Tints of Bouquet #B386A5

Color information

#B386A5 (or 0xB386A5) is unknown color: approx Bouquet. HEX triplet: B3, 86 and A5. RGB value is (179,134,165). Sum of RGB (Red+Green+Blue) = 179+134+165=478 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.45% from 478); Green value is 134 (52.73% from 255 or 28.03% from 478); Blue value is 165 (64.84% from 255 or 34.52% from 478); Max value from RGB is 179 - color contains mainly: red. Hex color #B386A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B386A5 is #4C795A. Grayscale: #969696. Windows color (decimal): -5011803 or 10847923. OLE color: 10847923.

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

Color convert

RGB179134165-
CMYK00.250.080.30
HSL318.67º22.84%61.37%-
HSV(B)318.67º25.14%70.2%-
XYZ33.9129.3539.48-
YUV150.99135.91147.98-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.45%
GREEN value IS 134 (52.73% from 255) = 28.03%
BLUE value IS 165 (64.84% from 255) = 34.52%
R=37.45%
G=28.03%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.08
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17913416500.250.080.30318.6722.8461.37
HexB386A501981E13f173d
Octal26320624503110364772775
Binary10110011100001101010010101100110001111010011111110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B386A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B386A5; }

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

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

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

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

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

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

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

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