Html Css Color HEX #B6709D Bouquet

📋 copy color: '#B6709D'

red 182 ◦ green 112 ◦ blue 157

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

Shades of Bouquet #B6709D

Tints of Bouquet #B6709D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 24.83%

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

R = 40.35%
G = 24.83%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#B6709D (or 0xB6709D) is known color: Bouquet. HEX triplet: B6, 70 and 9D. RGB value is (182,112,157). Sum of RGB (Red+Green+Blue) = 182+112+157=451 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.35% from 451); Green value is 112 (44.14% from 255 or 24.83% from 451); Blue value is 157 (61.72% from 255 or 34.81% from 451); Max value from RGB is 182 - color contains mainly: red. Hex color #B6709D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6709D is #498F62. Grayscale: #898989. Windows color (decimal): -4820835 or 10318006. OLE color: 10318006.

HSL color Cylindrical-coordinate representation of color #B6709D: hue angle of 321.43º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B6709D is Cyan = 0, Magento = 0.38, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 112 157 -
CMYK 0 0.38 0.14 0.29
HSL 321.43º 0.32% 0.58% -
HSV(B) 321.43º 0.38% 0.71% -
XYZ 31.17 23.97 34.88 -
YUV 138.06 138.69 159.34 -
System Red Green Blue C M Y K H S L
Decimal 182 112 157 0 0.38 0.14 0.29 321.43 0.32 0.58
Hex B6 70 9D 0 26 E 1D 141 20 3A
Octal 266 160 235 0 46 16 35 501 40 72
Binary 10110110 1110000 10011101 0 100110 1110 11101 101000001 100000 111010

Color Harmonies of #B6709D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6709D

Black with #B6709D

Text Example


Text Example

White with #B6709D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6709D; }

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

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

background-color css

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

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

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

border-color css

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

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

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