Html Css Color HEX #B186A5 Bouquet

📋 copy color: '#B186A5'

red 177 ◦ green 134 ◦ blue 165

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

Shades of Bouquet #B186A5

Tints of Bouquet #B186A5

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 value IS 0

 M value IS 0.24

 Y value IS 0.07

 K value IS 0.31

RGB Variations

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

Color information

#B186A5 (or 0xB186A5) is known color: 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

RGB 177 134 165 -
CMYK 0 0.24 0.07 0.31
HSL 316.74º 0.22% 0.61% -
HSV(B) 316.74º 0.24% 0.69% -
XYZ 33.45 29.11 39.45 -
YUV 150.39 136.25 146.98 -
System Red Green Blue C M Y K H S L
Decimal 177 134 165 0 0.24 0.07 0.31 316.74 0.22 0.61
Hex B1 86 A5 0 18 7 1F 13D 16 3D
Octal 261 206 245 0 30 7 37 475 26 75
Binary 10110001 10000110 10100101 0 11000 111 11111 100111101 10110 111101

Color Harmonies of #B186A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B186A5

Black with #B186A5

Text Example


Text Example

White with #B186A5

Text Example


Text Example

HTML Codes & Css Web 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>