Html Css Color HEX #B6659A Bouquet

📋 copy color: '#B6659A'

red 182 ◦ green 101 ◦ blue 154

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

Shades of Bouquet #B6659A

Tints of Bouquet #B6659A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 35.24%

R = 41.65%
G = 23.11%
B = 35.24%

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

#B6659A (or 0xB6659A) is known color: Bouquet. HEX triplet: B6, 65 and 9A. RGB value is (182,101,154). Sum of RGB (Red+Green+Blue) = 182+101+154=437 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.65% from 437); Green value is 101 (39.84% from 255 or 23.11% from 437); Blue value is 154 (60.55% from 255 or 35.24% from 437); Max value from RGB is 182 - color contains mainly: red. Hex color #B6659A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6659A is #499A65. Grayscale: #838383. Windows color (decimal): -4823654 or 10118582. OLE color: 10118582.

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

Color convert

RGB 182 101 154 -
CMYK 0 0.45 0.15 0.29
HSL 320.74º 0.36% 0.55% -
HSV(B) 320.74º 0.45% 0.71% -
XYZ 29.78 21.59 33.17 -
YUV 131.26 140.84 164.19 -
System Red Green Blue C M Y K H S L
Decimal 182 101 154 0 0.45 0.15 0.29 320.74 0.36 0.55
Hex B6 65 9A 0 2D F 1D 141 24 37
Octal 266 145 232 0 55 17 35 501 44 67
Binary 10110110 1100101 10011010 0 101101 1111 11101 101000001 100100 110111

Color Harmonies of #B6659A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6659A

Black with #B6659A

Text Example


Text Example

White with #B6659A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6659A; }

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

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

background-color css

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

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

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

border-color css

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

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

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