Html Css Color HEX #B6649B Bouquet

📋 copy color: '#B6649B'

red 182 ◦ green 100 ◦ blue 155

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

Shades of Bouquet #B6649B

Tints of Bouquet #B6649B

RGB

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

 GREEN value IS 100 (39.45% from 255) = 22.88%

 BLUE value IS 155 (60.94% from 255) = 35.47%

R = 41.65%
G = 22.88%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.15

 K value IS 0.29

RGB Variations

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

Color information

#B6649B (or 0xB6649B) is known color: Bouquet. HEX triplet: B6, 64 and 9B. RGB value is (182,100,155). Sum of RGB (Red+Green+Blue) = 182+100+155=437 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.65% from 437); Green value is 100 (39.45% from 255 or 22.88% from 437); Blue value is 155 (60.94% from 255 or 35.47% from 437); Max value from RGB is 182 - color contains mainly: red. Hex color #B6649B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6649B is #499B64. Grayscale: #828282. Windows color (decimal): -4823909 or 10183862. OLE color: 10183862.

HSL color Cylindrical-coordinate representation of color #B6649B: hue angle of 319.76º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B6649B is Cyan = 0, Magento = 0.45, Yellow = 0.15 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 100 155 -
CMYK 0 0.45 0.15 0.29
HSL 319.76º 0.36% 0.55% -
HSV(B) 319.76º 0.45% 0.71% -
XYZ 29.76 21.43 33.58 -
YUV 130.79 141.67 164.53 -
System Red Green Blue C M Y K H S L
Decimal 182 100 155 0 0.45 0.15 0.29 319.76 0.36 0.55
Hex B6 64 9B 0 2D F 1D 140 24 37
Octal 266 144 233 0 55 17 35 500 44 67
Binary 10110110 1100100 10011011 0 101101 1111 11101 101000000 100100 110111

Color Harmonies of #B6649B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6649B

Black with #B6649B

Text Example


Text Example

White with #B6649B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6649B; }

 p { color: rgb(182,100,155); }

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

background-color css

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

 a { background-color: rgb(182,100,155); }

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

border-color css

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

 span { border-color: rgb(182,100,155); }

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