Html Css Color HEX #B6839E Bouquet

📋 copy color: '#B6839E'

red 182 ◦ green 131 ◦ blue 158

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

Shades of Bouquet #B6839E

Tints of Bouquet #B6839E

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.81%

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

R = 38.64%
G = 27.81%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#B6839E (or 0xB6839E) is known color: Bouquet. HEX triplet: B6, 83 and 9E. RGB value is (182,131,158). Sum of RGB (Red+Green+Blue) = 182+131+158=471 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.64% from 471); Green value is 131 (51.56% from 255 or 27.81% from 471); Blue value is 158 (62.11% from 255 or 33.55% from 471); Max value from RGB is 182 - color contains mainly: red. Hex color #B6839E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6839E is #497C61. Grayscale: #959595. Windows color (decimal): -4815970 or 10388406. OLE color: 10388406.

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

Color convert

RGB 182 131 158 -
CMYK 0 0.28 0.13 0.29
HSL 328.24º 0.26% 0.61% -
HSV(B) 328.24º 0.28% 0.71% -
XYZ 33.58 28.65 36.11 -
YUV 149.33 132.9 151.3 -
System Red Green Blue C M Y K H S L
Decimal 182 131 158 0 0.28 0.13 0.29 328.24 0.26 0.61
Hex B6 83 9E 0 1C D 1D 148 1A 3D
Octal 266 203 236 0 34 15 35 510 32 75
Binary 10110110 10000011 10011110 0 11100 1101 11101 101001000 11010 111101

Color Harmonies of #B6839E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6839E

Black with #B6839E

Text Example


Text Example

White with #B6839E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6839E; }

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

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

background-color css

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

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

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

border-color css

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

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

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