#B186A5

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

Shades of Bouquet #B186A5

Tints of Bouquet #B186A5

Color information

#B186A5 (or 0xB186A5) is unknown color: approx Bouquet. HEX triplet: B1, 86 and A5. RGB value is (177,134,165). Sum of RGB (Red+Green+Blue) = 177+134+165=476 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.18% from 476); Green value is 134 (52.73% from 255 or 28.15% from 476); Blue value is 165 (64.84% from 255 or 34.66% from 476); Max value from RGB is 177 - color contains mainly: red. Hex color #B186A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B186A5 is #4E795A. Grayscale: #969696. Windows color (decimal): -5142875 or 10847921. OLE color: 10847921.

HSL color Cylindrical-coordinate representation of color #B186A5: hue angle of 316.74º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B186A5 is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.31.

Color convert

RGB177134165-
CMYK00.240.070.31
HSL316.74º21.61%60.98%-
HSV(B)316.74º24.29%69.41%-
XYZ33.4529.1139.45-
YUV150.39136.25146.98-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.18%
GREEN value IS 134 (52.73% from 255) = 28.15%
BLUE value IS 165 (64.84% from 255) = 34.66%
R=37.18%
G=28.15%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17713416500.240.070.31316.7421.6160.98
HexB186A501871F13d163d
Octal2612062450307374752675
Binary1011000110000110101001010110001111111110011110110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B186A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B186A5; }

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

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

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

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

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

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

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

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