Html Css Color HEX #B684A0 Bouquet

📋 copy color: '#B684A0'

red 182 ◦ green 132 ◦ blue 160

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

Shades of Bouquet #B684A0

Tints of Bouquet #B684A0

RGB

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

 GREEN value IS 132 (51.95% from 255) = 27.85%

 BLUE value IS 160 (62.89% from 255) = 33.76%

R = 38.4%
G = 27.85%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#B684A0 (or 0xB684A0) is known color: Bouquet. HEX triplet: B6, 84 and A0. RGB value is (182,132,160). Sum of RGB (Red+Green+Blue) = 182+132+160=474 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.40% from 474); Green value is 132 (51.95% from 255 or 27.85% from 474); Blue value is 160 (62.89% from 255 or 33.76% from 474); Max value from RGB is 182 - color contains mainly: red. Hex color #B684A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B684A0 is #497B5F. Grayscale: #969696. Windows color (decimal): -4815712 or 10519734. OLE color: 10519734.

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

Color convert

RGB 182 132 160 -
CMYK 0 0.27 0.12 0.29
HSL 326.4º 0.26% 0.62% -
HSV(B) 326.4º 0.27% 0.71% -
XYZ 33.89 28.99 37.07 -
YUV 150.14 133.57 150.72 -
System Red Green Blue C M Y K H S L
Decimal 182 132 160 0 0.27 0.12 0.29 326.4 0.26 0.62
Hex B6 84 A0 0 1B C 1D 146 1A 3E
Octal 266 204 240 0 33 14 35 506 32 76
Binary 10110110 10000100 10100000 0 11011 1100 11101 101000110 11010 111110

Color Harmonies of #B684A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B684A0

Black with #B684A0

Text Example


Text Example

White with #B684A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B684A0; }

 p { color: rgb(182,132,160); }

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

background-color css

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

 a { background-color: rgb(182,132,160); }

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

border-color css

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

 span { border-color: rgb(182,132,160); }

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