Html Css Color HEX #B6729E Bouquet

📋 copy color: '#B6729E'

red 182 ◦ green 114 ◦ blue 158

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

Shades of Bouquet #B6729E

Tints of Bouquet #B6729E

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.11%

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

R = 40.09%
G = 25.11%
B = 34.8%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#B6729E (or 0xB6729E) is known color: Bouquet. HEX triplet: B6, 72 and 9E. RGB value is (182,114,158). Sum of RGB (Red+Green+Blue) = 182+114+158=454 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40.09% from 454); Green value is 114 (44.92% from 255 or 25.11% from 454); Blue value is 158 (62.11% from 255 or 34.80% from 454); Max value from RGB is 182 - color contains mainly: red. Hex color #B6729E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6729E is #498D61. Grayscale: #8B8B8B. Windows color (decimal): -4820322 or 10384054. OLE color: 10384054.

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

Color convert

RGB 182 114 158 -
CMYK 0 0.37 0.13 0.29
HSL 321.18º 0.32% 0.58% -
HSV(B) 321.18º 0.37% 0.71% -
XYZ 31.48 24.45 35.41 -
YUV 139.35 138.53 158.42 -
System Red Green Blue C M Y K H S L
Decimal 182 114 158 0 0.37 0.13 0.29 321.18 0.32 0.58
Hex B6 72 9E 0 25 D 1D 141 20 3A
Octal 266 162 236 0 45 15 35 501 40 72
Binary 10110110 1110010 10011110 0 100101 1101 11101 101000001 100000 111010

Color Harmonies of #B6729E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6729E

Black with #B6729E

Text Example


Text Example

White with #B6729E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6729E; }

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

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

background-color css

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

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

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

border-color css

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

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

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