Html Css Color HEX #B6729C Bouquet

📋 copy color: '#B6729C'

red 182 ◦ green 114 ◦ blue 156

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

Shades of Bouquet #B6729C

Tints of Bouquet #B6729C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 34.51%

R = 40.27%
G = 25.22%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#B6729C (or 0xB6729C) is known color: Bouquet. HEX triplet: B6, 72 and 9C. RGB value is (182,114,156). Sum of RGB (Red+Green+Blue) = 182+114+156=452 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.27% from 452); Green value is 114 (44.92% from 255 or 25.22% from 452); Blue value is 156 (61.33% from 255 or 34.51% from 452); Max value from RGB is 182 - color contains mainly: red. Hex color #B6729C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6729C is #498D63. Grayscale: #8B8B8B. Windows color (decimal): -4820324 or 10252982. OLE color: 10252982.

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

Color convert

RGB 182 114 156 -
CMYK 0 0.37 0.14 0.29
HSL 322.94º 0.32% 0.58% -
HSV(B) 322.94º 0.37% 0.71% -
XYZ 31.31 24.38 34.51 -
YUV 139.12 137.53 158.58 -
System Red Green Blue C M Y K H S L
Decimal 182 114 156 0 0.37 0.14 0.29 322.94 0.32 0.58
Hex B6 72 9C 0 25 E 1D 143 20 3A
Octal 266 162 234 0 45 16 35 503 40 72
Binary 10110110 1110010 10011100 0 100101 1110 11101 101000011 100000 111010

Color Harmonies of #B6729C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6729C

Black with #B6729C

Text Example


Text Example

White with #B6729C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6729C; }

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

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

background-color css

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

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

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

border-color css

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

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

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