Html Css Color HEX #B986A2 Bouquet

📋 copy color: '#B986A2'

red 185 ◦ green 134 ◦ blue 162

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

Shades of Bouquet #B986A2

Tints of Bouquet #B986A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 33.68%

R = 38.46%
G = 27.86%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.12

 K value IS 0.27

RGB Variations

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

Color information

#B986A2 (or 0xB986A2) is known color: Bouquet. HEX triplet: B9, 86 and A2. RGB value is (185,134,162). Sum of RGB (Red+Green+Blue) = 185+134+162=481 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.46% from 481); Green value is 134 (52.73% from 255 or 27.86% from 481); Blue value is 162 (63.67% from 255 or 33.68% from 481); Max value from RGB is 185 - color contains mainly: red. Hex color #B986A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B986A2 is #46795D. Grayscale: #989898. Windows color (decimal): -4618590 or 10651321. OLE color: 10651321.

HSL color Cylindrical-coordinate representation of color #B986A2: hue angle of 327.06º 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 #B986A2 is Cyan = 0, Magento = 0.28, Yellow = 0.12 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 134 162 -
CMYK 0 0.28 0.12 0.27
HSL 327.06º 0.27% 0.63% -
HSV(B) 327.06º 0.28% 0.73% -
XYZ 35.05 29.97 38.12 -
YUV 152.44 133.4 151.22 -
System Red Green Blue C M Y K H S L
Decimal 185 134 162 0 0.28 0.12 0.27 327.06 0.27 0.63
Hex B9 86 A2 0 1C C 1B 147 1B 3F
Octal 271 206 242 0 34 14 33 507 33 77
Binary 10111001 10000110 10100010 0 11100 1100 11011 101000111 11011 111111

Color Harmonies of #B986A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B986A2

Black with #B986A2

Text Example


Text Example

White with #B986A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B986A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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