Html Css Color HEX #B6849E Bouquet

📋 copy color: '#B6849E'

red 182 ◦ green 132 ◦ blue 158

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

Shades of Bouquet #B6849E

Tints of Bouquet #B6849E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 33.47%

R = 38.56%
G = 27.97%
B = 33.47%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#B6849E (or 0xB6849E) is known color: Bouquet. HEX triplet: B6, 84 and 9E. RGB value is (182,132,158). Sum of RGB (Red+Green+Blue) = 182+132+158=472 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.56% from 472); Green value is 132 (51.95% from 255 or 27.97% from 472); Blue value is 158 (62.11% from 255 or 33.47% from 472); Max value from RGB is 182 - color contains mainly: red. Hex color #B6849E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6849E is #497B61. Grayscale: #959595. Windows color (decimal): -4815714 or 10388662. OLE color: 10388662.

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

Color convert

RGB 182 132 158 -
CMYK 0 0.27 0.13 0.29
HSL 328.8º 0.26% 0.62% -
HSV(B) 328.8º 0.27% 0.71% -
XYZ 33.71 28.92 36.15 -
YUV 149.91 132.57 150.89 -
System Red Green Blue C M Y K H S L
Decimal 182 132 158 0 0.27 0.13 0.29 328.8 0.26 0.62
Hex B6 84 9E 0 1B D 1D 149 1A 3E
Octal 266 204 236 0 33 15 35 511 32 76
Binary 10110110 10000100 10011110 0 11011 1101 11101 101001001 11010 111110

Color Harmonies of #B6849E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6849E

Black with #B6849E

Text Example


Text Example

White with #B6849E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6849E; }

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

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

background-color css

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

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

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

border-color css

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

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

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