Html Css Color HEX #B186A1 Bouquet

📋 copy color: '#B186A1'

red 177 ◦ green 134 ◦ blue 161

#B186A1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bouquet #B186A1

Tints of Bouquet #B186A1

RGB

 RED value IS 177 (69.53% from 255) = 37.5%

 GREEN value IS 134 (52.73% from 255) = 28.39%

 BLUE value IS 161 (63.28% from 255) = 34.11%

R = 37.5%
G = 28.39%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.09

 K value IS 0.31

RGB Variations

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

Color information

#B186A1 (or 0xB186A1) is known color: Bouquet. HEX triplet: B1, 86 and A1. RGB value is (177,134,161). Sum of RGB (Red+Green+Blue) = 177+134+161=472 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.5% from 472); Green value is 134 (52.73% from 255 or 28.39% from 472); Blue value is 161 (63.28% from 255 or 34.11% from 472); Max value from RGB is 177 - color contains mainly: red. Hex color #B186A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B186A1 is #4E795E. Grayscale: #959595. Windows color (decimal): -5142879 or 10585777. OLE color: 10585777.

HSL color Cylindrical-coordinate representation of color #B186A1: hue angle of 322.33º 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 #B186A1 is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 134 161 -
CMYK 0 0.24 0.09 0.31
HSL 322.33º 0.22% 0.61% -
HSV(B) 322.33º 0.24% 0.69% -
XYZ 33.09 28.97 37.57 -
YUV 149.94 134.25 147.3 -
System Red Green Blue C M Y K H S L
Decimal 177 134 161 0 0.24 0.09 0.31 322.33 0.22 0.61
Hex B1 86 A1 0 18 9 1F 142 16 3D
Octal 261 206 241 0 30 11 37 502 26 75
Binary 10110001 10000110 10100001 0 11000 1001 11111 101000010 10110 111101

Color Harmonies of #B186A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B186A1

Black with #B186A1

Text Example


Text Example

White with #B186A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B186A1; }

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

 H1.HeaderClassName
 {
   color: #B186A1;
 }
 .AnyTagClassName
 {
   color: #B186A1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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