Html Css Color HEX #B6699E Bouquet

📋 copy color: '#B6699E'

red 182 ◦ green 105 ◦ blue 158

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

Shades of Bouquet #B6699E

Tints of Bouquet #B6699E

RGB

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

 GREEN value IS 105 (41.41% from 255) = 23.6%

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

R = 40.9%
G = 23.6%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#B6699E (or 0xB6699E) is known color: Bouquet. HEX triplet: B6, 69 and 9E. RGB value is (182,105,158). Sum of RGB (Red+Green+Blue) = 182+105+158=445 (58% of max value = 765). Red value is 182 (71.48% from 255 or 40.90% from 445); Green value is 105 (41.41% from 255 or 23.60% from 445); Blue value is 158 (62.11% from 255 or 35.51% from 445); Max value from RGB is 182 - color contains mainly: red. Hex color #B6699E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6699E is #499661. Grayscale: #858585. Windows color (decimal): -4822626 or 10381750. OLE color: 10381750.

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

Color convert

RGB 182 105 158 -
CMYK 0 0.42 0.13 0.29
HSL 318.7º 0.35% 0.56% -
HSV(B) 318.7º 0.42% 0.71% -
XYZ 30.51 22.52 35.09 -
YUV 134.07 141.51 162.19 -
System Red Green Blue C M Y K H S L
Decimal 182 105 158 0 0.42 0.13 0.29 318.7 0.35 0.56
Hex B6 69 9E 0 2A D 1D 13F 23 38
Octal 266 151 236 0 52 15 35 477 43 70
Binary 10110110 1101001 10011110 0 101010 1101 11101 100111111 100011 111000

Color Harmonies of #B6699E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6699E

Black with #B6699E

Text Example


Text Example

White with #B6699E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6699E; }

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

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

background-color css

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

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

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

border-color css

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

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

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