Html Css Color HEX #B6699D Bouquet

📋 copy color: '#B6699D'

red 182 ◦ green 105 ◦ blue 157

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

Shades of Bouquet #B6699D

Tints of Bouquet #B6699D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 35.36%

R = 40.99%
G = 23.65%
B = 35.36%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#B6699D (or 0xB6699D) is known color: Bouquet. HEX triplet: B6, 69 and 9D. RGB value is (182,105,157). Sum of RGB (Red+Green+Blue) = 182+105+157=444 (58% of max value = 765). Red value is 182 (71.48% from 255 or 40.99% from 444); Green value is 105 (41.41% from 255 or 23.65% from 444); Blue value is 157 (61.72% from 255 or 35.36% from 444); Max value from RGB is 182 - color contains mainly: red. Hex color #B6699D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6699D is #499662. Grayscale: #858585. Windows color (decimal): -4822627 or 10316214. OLE color: 10316214.

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

Color convert

RGB 182 105 157 -
CMYK 0 0.42 0.14 0.29
HSL 319.48º 0.35% 0.56% -
HSV(B) 319.48º 0.42% 0.71% -
XYZ 30.43 22.48 34.63 -
YUV 133.95 141.01 162.27 -
System Red Green Blue C M Y K H S L
Decimal 182 105 157 0 0.42 0.14 0.29 319.48 0.35 0.56
Hex B6 69 9D 0 2A E 1D 13F 23 38
Octal 266 151 235 0 52 16 35 477 43 70
Binary 10110110 1101001 10011101 0 101010 1110 11101 100111111 100011 111000

Color Harmonies of #B6699D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6699D

Black with #B6699D

Text Example


Text Example

White with #B6699D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6699D; }

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

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

background-color css

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

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

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

border-color css

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

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

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