Html Css Color HEX #B6659C Bouquet

📋 copy color: '#B6659C'

red 182 ◦ green 101 ◦ blue 156

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

Shades of Bouquet #B6659C

Tints of Bouquet #B6659C

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.01%

 BLUE value IS 156 (61.33% from 255) = 35.54%

R = 41.46%
G = 23.01%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#B6659C (or 0xB6659C) is known color: Bouquet. HEX triplet: B6, 65 and 9C. RGB value is (182,101,156). Sum of RGB (Red+Green+Blue) = 182+101+156=439 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.46% from 439); Green value is 101 (39.84% from 255 or 23.01% from 439); Blue value is 156 (61.33% from 255 or 35.54% from 439); Max value from RGB is 182 - color contains mainly: red. Hex color #B6659C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6659C is #499A63. Grayscale: #838383. Windows color (decimal): -4823652 or 10249654. OLE color: 10249654.

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

Color convert

RGB 182 101 156 -
CMYK 0 0.45 0.14 0.29
HSL 319.26º 0.36% 0.55% -
HSV(B) 319.26º 0.45% 0.71% -
XYZ 29.95 21.65 34.05 -
YUV 131.49 141.84 164.03 -
System Red Green Blue C M Y K H S L
Decimal 182 101 156 0 0.45 0.14 0.29 319.26 0.36 0.55
Hex B6 65 9C 0 2D E 1D 13F 24 37
Octal 266 145 234 0 55 16 35 477 44 67
Binary 10110110 1100101 10011100 0 101101 1110 11101 100111111 100100 110111

Color Harmonies of #B6659C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6659C

Black with #B6659C

Text Example


Text Example

White with #B6659C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6659C; }

 p { color: rgb(182,101,156); }

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

background-color css

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

 a { background-color: rgb(182,101,156); }

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

border-color css

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

 span { border-color: rgb(182,101,156); }

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