Html Css Color HEX #B986A5 Bouquet

📋 copy color: '#B986A5'

red 185 ◦ green 134 ◦ blue 165

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

Shades of Bouquet #B986A5

Tints of Bouquet #B986A5

RGB

 RED value IS 185 (72.66% from 255) = 38.22%

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

 BLUE value IS 165 (64.84% from 255) = 34.09%

R = 38.22%
G = 27.69%
B = 34.09%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#B986A5 (or 0xB986A5) is known color: Bouquet. HEX triplet: B9, 86 and A5. RGB value is (185,134,165). Sum of RGB (Red+Green+Blue) = 185+134+165=484 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.22% from 484); Green value is 134 (52.73% from 255 or 27.69% from 484); Blue value is 165 (64.84% from 255 or 34.09% from 484); Max value from RGB is 185 - color contains mainly: red. Hex color #B986A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B986A5 is #46795A. Grayscale: #989898. Windows color (decimal): -4618587 or 10847929. OLE color: 10847929.

HSL color Cylindrical-coordinate representation of color #B986A5: hue angle of 323.53º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B986A5 is Cyan = 0, Magento = 0.28, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 134 165 -
CMYK 0 0.28 0.11 0.27
HSL 323.53º 0.27% 0.63% -
HSV(B) 323.53º 0.28% 0.73% -
XYZ 35.32 30.08 39.54 -
YUV 152.78 134.9 150.98 -
System Red Green Blue C M Y K H S L
Decimal 185 134 165 0 0.28 0.11 0.27 323.53 0.27 0.63
Hex B9 86 A5 0 1C B 1B 144 1B 3F
Octal 271 206 245 0 34 13 33 504 33 77
Binary 10111001 10000110 10100101 0 11100 1011 11011 101000100 11011 111111

Color Harmonies of #B986A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B986A5

Black with #B986A5

Text Example


Text Example

White with #B986A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B986A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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