Html Css Color HEX #B686A5 Bouquet

📋 copy color: '#B686A5'

red 182 ◦ green 134 ◦ blue 165

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

Shades of Bouquet #B686A5

Tints of Bouquet #B686A5

RGB

 RED value IS 182 (71.48% from 255) = 37.84%

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

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

R = 37.84%
G = 27.86%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.09

 K value IS 0.29

RGB Variations

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

Color information

#B686A5 (or 0xB686A5) is known color: Bouquet. HEX triplet: B6, 86 and A5. RGB value is (182,134,165). Sum of RGB (Red+Green+Blue) = 182+134+165=481 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.84% from 481); Green value is 134 (52.73% from 255 or 27.86% from 481); Blue value is 165 (64.84% from 255 or 34.30% from 481); Max value from RGB is 182 - color contains mainly: red. Hex color #B686A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B686A5 is #49795A. Grayscale: #979797. Windows color (decimal): -4815195 or 10847926. OLE color: 10847926.

HSL color Cylindrical-coordinate representation of color #B686A5: hue angle of 321.25º degrees, saturation: 0.25, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B686A5 is Cyan = 0, Magento = 0.26, Yellow = 0.09 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 134 165 -
CMYK 0 0.26 0.09 0.29
HSL 321.25º 0.25% 0.62% -
HSV(B) 321.25º 0.26% 0.71% -
XYZ 34.61 29.71 39.51 -
YUV 151.89 135.4 149.48 -
System Red Green Blue C M Y K H S L
Decimal 182 134 165 0 0.26 0.09 0.29 321.25 0.25 0.62
Hex B6 86 A5 0 1A 9 1D 141 19 3E
Octal 266 206 245 0 32 11 35 501 31 76
Binary 10110110 10000110 10100101 0 11010 1001 11101 101000001 11001 111110

Color Harmonies of #B686A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B686A5

Black with #B686A5

Text Example


Text Example

White with #B686A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B686A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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